#EB8A17

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

Shades of Carrot Orange #EB8A17

Tints of Carrot Orange #EB8A17

Color information

#EB8A17 (or 0xEB8A17) is unknown color: approx Carrot Orange. HEX triplet: EB, 8A and 17. RGB value is (235,138,23). Sum of RGB (Red+Green+Blue) = 235+138+23=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8A17 is #1475E8. Grayscale: #9A9A9A. Windows color (decimal): -1340905 or 1542891. OLE color: 1542891.

HSL color Cylindrical-coordinate representation of color #EB8A17: hue angle of 32.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB8A17 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23513823-
CMYK00.410.900.08
HSL32.55º84.13%50.59%-
HSV(B)32.55º90.21%92.16%-
XYZ43.535.95.45-
YUV153.8954.14185.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.34%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 23 (9.38% from 255) = 5.81%
R=59.34%
G=34.85%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351382300.410.900.0832.5584.1350.59
HexEB8A170295A8215433
Octal35321227051132104112463
Binary1110101110001010101110101001101101010001000011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A17; }

 p { color: rgb(235,138,23); }

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

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

 a { background-color: rgb(235,138,23); }

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

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

 span { border-color: rgb(235,138,23); }

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