Html Css Color HEX #EA8621 Carrot Orange

📋 copy color: '#EA8621'

red 234 ◦ green 134 ◦ blue 33

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

Shades of Carrot Orange #EA8621

Tints of Carrot Orange #EA8621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 58.35%
G = 33.42%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA8621 (or 0xEA8621) is known color: Carrot Orange. HEX triplet: EA, 86 and 21. RGB value is (234,134,33). Sum of RGB (Red+Green+Blue) = 234+134+33=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8621 is #1579DE. Grayscale: #989898. Windows color (decimal): -1407455 or 2197226. OLE color: 2197226.

HSL color Cylindrical-coordinate representation of color #EA8621: hue angle of 30.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA8621 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 33 -
CMYK 0 0.43 0.86 0.08
HSL 30.15º 0.83% 0.52% -
HSV(B) 30.15º 0.86% 0.92% -
XYZ 42.73 34.65 5.88 -
YUV 152.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 234 134 33 0 0.43 0.86 0.08 30.15 0.83 0.52
Hex EA 86 21 0 2B 56 8 1E 53 34
Octal 352 206 41 0 53 126 10 36 123 64
Binary 11101010 10000110 100001 0 101011 1010110 1000 11110 1010011 110100

Color Harmonies of #EA8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8621

Black with #EA8621

Text Example


Text Example

White with #EA8621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8621; }

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

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

background-color css

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

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

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

border-color css

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

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

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