Html Css Color HEX #EA8329 Carrot Orange

📋 copy color: '#EA8329'

red 234 ◦ green 131 ◦ blue 41

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

Shades of Carrot Orange #EA8329

Tints of Carrot Orange #EA8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 57.64%
G = 32.27%
B = 10.1%

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

#EA8329 (or 0xEA8329) is known color: Carrot Orange. HEX triplet: EA, 83 and 29. RGB value is (234,131,41). Sum of RGB (Red+Green+Blue) = 234+131+41=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8329 is #157CD6. Grayscale: #989898. Windows color (decimal): -1408215 or 2720746. OLE color: 2720746.

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

Color convert

RGB 234 131 41 -
CMYK 0 0.44 0.82 0.08
HSL 27.98º 0.82% 0.54% -
HSV(B) 27.98º 0.82% 0.92% -
XYZ 42.45 33.89 6.4 -
YUV 151.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 234 131 41 0 0.44 0.82 0.08 27.98 0.82 0.54
Hex EA 83 29 0 2C 52 8 1C 52 36
Octal 352 203 51 0 54 122 10 34 122 66
Binary 11101010 10000011 101001 0 101100 1010010 1000 11100 1010010 110110

Color Harmonies of #EA8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8329

Black with #EA8329

Text Example


Text Example

White with #EA8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8329; }

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

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

background-color css

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

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

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

border-color css

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

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

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