Html Css Color HEX #EA8629 Carrot Orange

📋 copy color: '#EA8629'

red 234 ◦ green 134 ◦ blue 41

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

Shades of Carrot Orange #EA8629

Tints of Carrot Orange #EA8629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 57.21%
G = 32.76%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA8629 (or 0xEA8629) is known color: Carrot Orange. HEX triplet: EA, 86 and 29. RGB value is (234,134,41). Sum of RGB (Red+Green+Blue) = 234+134+41=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8629 is #1579D6. Grayscale: #999999. Windows color (decimal): -1407447 or 2721514. OLE color: 2721514.

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

Color convert

RGB 234 134 41 -
CMYK 0 0.43 0.82 0.08
HSL 28.91º 0.82% 0.54% -
HSV(B) 28.91º 0.82% 0.92% -
XYZ 42.86 34.7 6.54 -
YUV 153.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 234 134 41 0 0.43 0.82 0.08 28.91 0.82 0.54
Hex EA 86 29 0 2B 52 8 1D 52 36
Octal 352 206 51 0 53 122 10 35 122 66
Binary 11101010 10000110 101001 0 101011 1010010 1000 11101 1010010 110110

Color Harmonies of #EA8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8629

Black with #EA8629

Text Example


Text Example

White with #EA8629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8629; }

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

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

background-color css

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

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

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

border-color css

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

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

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