Html Css Color HEX #EA9F25 Carrot Orange

📋 copy color: '#EA9F25'

red 234 ◦ green 159 ◦ blue 37

#EA9F25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EA9F25

Tints of Carrot Orange #EA9F25

RGB

 RED value IS 234 (91.8% from 255) = 54.42%

 GREEN value IS 159 (62.5% from 255) = 36.98%

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 54.42%
G = 36.98%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA9F25 (or 0xEA9F25) is known color: Carrot Orange. HEX triplet: EA, 9F and 25. RGB value is (234,159,37). Sum of RGB (Red+Green+Blue) = 234+159+37=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F25 is #1560DA. Grayscale: #A8A8A8. Windows color (decimal): -1401051 or 2465770. OLE color: 2465770.

HSL color Cylindrical-coordinate representation of color #EA9F25: hue angle of 37.16º 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 #EA9F25 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 37 -
CMYK 0 0.32 0.84 0.08
HSL 37.16º 0.82% 0.53% -
HSV(B) 37.16º 0.84% 0.92% -
XYZ 46.66 42.42 7.48 -
YUV 167.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 234 159 37 0 0.32 0.84 0.08 37.16 0.82 0.53
Hex EA 9F 25 0 20 54 8 25 52 35
Octal 352 237 45 0 40 124 10 45 122 65
Binary 11101010 10011111 100101 0 100000 1010100 1000 100101 1010010 110101

Color Harmonies of #EA9F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F25

Black with #EA9F25

Text Example


Text Example

White with #EA9F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F25; }

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

 H1.HeaderClassName
 {
   color: #EA9F25;
 }
 .AnyTagClassName
 {
   color: #EA9F25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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