#EB8D1C

Color #EB8D1C Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EB8D1C

Tints of Carrot Orange #EB8D1C

Color information

#EB8D1C (or 0xEB8D1C) is unknown color: approx Carrot Orange. HEX triplet: EB, 8D and 1C. RGB value is (235,141,28). Sum of RGB (Red+Green+Blue) = 235+141+28=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1C is #1472E3. Grayscale: #9C9C9C. Windows color (decimal): -1340132 or 1871339. OLE color: 1871339.

HSL color Cylindrical-coordinate representation of color #EB8D1C: hue angle of 32.75º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB8D1C is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB23514128-
CMYK00.40.880.08
HSL32.75º83.81%51.57%-
HSV(B)32.75º88.09%92.16%-
XYZ4436.85.88-
YUV156.2255.64184.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 28 (11.33% from 255) = 6.93%
R=58.17%
G=34.90%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351412800.40.880.0832.7583.8151.57
HexEB8D1C028588215434
Octal35321534050130104112464
Binary1110101110001101111000101000101100010001000011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D1C; }

 p { color: rgb(235,141,28); }

 H1.HeaderClassName
 {
   color: #EB8D1C;
 }
 .AnyTagClassName
 {
   color: #EB8D1C;
 }
</style>
background-color css

<style>
 a { background-color: #EB8D1C; }

 a { background-color: rgb(235,141,28); }

 div.DivClassName
 {
   background-color: #EB8D1C;
 }
 .BgClassName
 {
   background-color: #EB8D1C;
 }
</style>
border-color css

<style>
 span { border-color: #EB8D1C; }

 span { border-color: rgb(235,141,28); }

 td.TdClassName
 {
   border-color: #EB8D1C;
 }
 .TagClassName
 {
   border-color: #EB8D1C;
 }
</style>