Html Css Color HEX #EA8429 Carrot Orange

📋 copy color: '#EA8429'

red 234 ◦ green 132 ◦ blue 41

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

Shades of Carrot Orange #EA8429

Tints of Carrot Orange #EA8429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 57.49%
G = 32.43%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA8429 (or 0xEA8429) is known color: Carrot Orange. HEX triplet: EA, 84 and 29. RGB value is (234,132,41). Sum of RGB (Red+Green+Blue) = 234+132+41=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8429 is #157BD6. Grayscale: #989898. Windows color (decimal): -1407959 or 2721002. OLE color: 2721002.

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

Color convert

RGB 234 132 41 -
CMYK 0 0.44 0.82 0.08
HSL 28.29º 0.82% 0.54% -
HSV(B) 28.29º 0.82% 0.92% -
XYZ 42.58 34.16 6.45 -
YUV 152.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 234 132 41 0 0.44 0.82 0.08 28.29 0.82 0.54
Hex EA 84 29 0 2C 52 8 1C 52 36
Octal 352 204 51 0 54 122 10 34 122 66
Binary 11101010 10000100 101001 0 101100 1010010 1000 11100 1010010 110110

Color Harmonies of #EA8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8429

Black with #EA8429

Text Example


Text Example

White with #EA8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8429; }

 p { color: rgb(234,132,41); }

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

background-color css

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

 a { background-color: rgb(234,132,41); }

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

border-color css

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

 span { border-color: rgb(234,132,41); }

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