#EA9E25

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

Shades of Carrot Orange #EA9E25

Tints of Carrot Orange #EA9E25

Color information

#EA9E25 (or 0xEA9E25) is unknown color: approx Carrot Orange. HEX triplet: EA, 9E and 25. RGB value is (234,158,37). Sum of RGB (Red+Green+Blue) = 234+158+37=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E25 is #1561DA. Grayscale: #A7A7A7. Windows color (decimal): -1401307 or 2465514. OLE color: 2465514.

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

Color convert

RGB23415837-
CMYK00.320.840.08
HSL36.85º82.43%53.14%-
HSV(B)36.85º84.19%91.76%-
XYZ46.4942.087.42-
YUV166.9354.68175.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.55%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 37 (14.84% from 255) = 8.62%
R=54.55%
G=36.83%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341583700.320.840.0836.8582.4353.14
HexEA9E25020548255235
Octal35223645040124104512265
Binary11101010100111101001010100000101010010001001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E25; }

 p { color: rgb(234,158,37); }

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

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

 a { background-color: rgb(234,158,37); }

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

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

 span { border-color: rgb(234,158,37); }

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