Html Css Color HEX #EA8127 Carrot Orange

📋 copy color: '#EA8127'

red 234 ◦ green 129 ◦ blue 39

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

Shades of Carrot Orange #EA8127

Tints of Carrot Orange #EA8127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

 BLUE value IS 39 (15.63% from 255) = 9.7%

R = 58.21%
G = 32.09%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA8127 (or 0xEA8127) is known color: Carrot Orange. HEX triplet: EA, 81 and 27. RGB value is (234,129,39). Sum of RGB (Red+Green+Blue) = 234+129+39=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8127 is #157ED8. Grayscale: #969696. Windows color (decimal): -1408729 or 2589162. OLE color: 2589162.

HSL color Cylindrical-coordinate representation of color #EA8127: hue angle of 27.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 #EA8127 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 129 39 -
CMYK 0 0.45 0.83 0.08
HSL 27.69º 0.82% 0.54% -
HSV(B) 27.69º 0.83% 0.92% -
XYZ 42.15 33.34 6.13 -
YUV 150.14 65.29 187.82 -
System Red Green Blue C M Y K H S L
Decimal 234 129 39 0 0.45 0.83 0.08 27.69 0.82 0.54
Hex EA 81 27 0 2D 53 8 1C 52 36
Octal 352 201 47 0 55 123 10 34 122 66
Binary 11101010 10000001 100111 0 101101 1010011 1000 11100 1010010 110110

Color Harmonies of #EA8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8127

Black with #EA8127

Text Example


Text Example

White with #EA8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8127; }

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

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

background-color css

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

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

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

border-color css

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

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

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