#EA9B27

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

Shades of Carrot Orange #EA9B27

Tints of Carrot Orange #EA9B27

Color information

#EA9B27 (or 0xEA9B27) is unknown color: approx Carrot Orange. HEX triplet: EA, 9B and 27. RGB value is (234,155,39). Sum of RGB (Red+Green+Blue) = 234+155+39=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B27 is #1564D8. Grayscale: #A5A5A5. Windows color (decimal): -1402073 or 2595818. OLE color: 2595818.

HSL color Cylindrical-coordinate representation of color #EA9B27: hue angle of 35.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA9B27 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB23415539-
CMYK00.340.830.08
HSL35.69º82.28%53.53%-
HSV(B)35.69º83.33%91.76%-
XYZ46.0241.087.42-
YUV165.456.67176.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 39 (15.62% from 255) = 9.11%
R=54.67%
G=36.21%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341553900.340.830.0835.6982.2853.53
HexEA9B27022538245236
Octal35223347042123104412266
Binary11101010100110111001110100010101001110001001001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B27; }

 p { color: rgb(234,155,39); }

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

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

 a { background-color: rgb(234,155,39); }

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

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

 span { border-color: rgb(234,155,39); }

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