Html Css Color HEX #EA7F18 Carrot Orange

📋 copy color: '#EA7F18'

red 234 ◦ green 127 ◦ blue 24

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

Shades of Carrot Orange #EA7F18

Tints of Carrot Orange #EA7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 24 (9.77% from 255) = 6.23%

R = 60.78%
G = 32.99%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA7F18 (or 0xEA7F18) is known color: Carrot Orange. HEX triplet: EA, 7F and 18. RGB value is (234,127,24). Sum of RGB (Red+Green+Blue) = 234+127+24=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7F18 is #1580E7. Grayscale: #939393. Windows color (decimal): -1409256 or 1605610. OLE color: 1605610.

HSL color Cylindrical-coordinate representation of color #EA7F18: hue angle of 29.43º degrees, saturation: 0.83, 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 #EA7F18 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 127 24 -
CMYK 0 0.46 0.90 0.08
HSL 29.43º 0.83% 0.51% -
HSV(B) 29.43º 0.9% 0.92% -
XYZ 41.69 32.74 4.99 -
YUV 147.25 58.45 189.88 -
System Red Green Blue C M Y K H S L
Decimal 234 127 24 0 0.46 0.90 0.08 29.43 0.83 0.51
Hex EA 7F 18 0 2E 5A 8 1D 53 33
Octal 352 177 30 0 56 132 10 35 123 63
Binary 11101010 1111111 11000 0 101110 1011010 1000 11101 1010011 110011

Color Harmonies of #EA7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F18

Black with #EA7F18

Text Example


Text Example

White with #EA7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F18; }

 p { color: rgb(234,127,24); }

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

background-color css

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

 a { background-color: rgb(234,127,24); }

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

border-color css

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

 span { border-color: rgb(234,127,24); }

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