Html Css Color HEX #EA8928 Carrot Orange

📋 copy color: '#EA8928'

red 234 ◦ green 137 ◦ blue 40

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

Shades of Carrot Orange #EA8928

Tints of Carrot Orange #EA8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 56.93%
G = 33.33%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA8928 (or 0xEA8928) is known color: Carrot Orange. HEX triplet: EA, 89 and 28. RGB value is (234,137,40). Sum of RGB (Red+Green+Blue) = 234+137+40=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8928 is #1576D7. Grayscale: #9B9B9B. Windows color (decimal): -1406680 or 2656746. OLE color: 2656746.

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

Color convert

RGB 234 137 40 -
CMYK 0 0.41 0.83 0.08
HSL 30º 0.82% 0.54% -
HSV(B) 30º 0.83% 0.92% -
XYZ 43.26 35.54 6.59 -
YUV 154.95 63.14 184.39 -
System Red Green Blue C M Y K H S L
Decimal 234 137 40 0 0.41 0.83 0.08 30 0.82 0.54
Hex EA 89 28 0 29 53 8 1E 52 36
Octal 352 211 50 0 51 123 10 36 122 66
Binary 11101010 10001001 101000 0 101001 1010011 1000 11110 1010010 110110

Color Harmonies of #EA8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8928

Black with #EA8928

Text Example


Text Example

White with #EA8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8928; }

 p { color: rgb(234,137,40); }

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

background-color css

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

 a { background-color: rgb(234,137,40); }

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

border-color css

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

 span { border-color: rgb(234,137,40); }

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