Html Css Color HEX #EA8F28 Carrot Orange

📋 copy color: '#EA8F28'

red 234 ◦ green 143 ◦ blue 40

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

Shades of Carrot Orange #EA8F28

Tints of Carrot Orange #EA8F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 56.12%
G = 34.29%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA8F28 (or 0xEA8F28) is known color: Carrot Orange. HEX triplet: EA, 8F and 28. RGB value is (234,143,40). Sum of RGB (Red+Green+Blue) = 234+143+40=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F28 is #1570D7. Grayscale: #9E9E9E. Windows color (decimal): -1405144 or 2658282. OLE color: 2658282.

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

Color convert

RGB 234 143 40 -
CMYK 0 0.39 0.83 0.08
HSL 31.86º 0.82% 0.54% -
HSV(B) 31.86º 0.83% 0.92% -
XYZ 44.14 37.29 6.88 -
YUV 158.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 234 143 40 0 0.39 0.83 0.08 31.86 0.82 0.54
Hex EA 8F 28 0 27 53 8 20 52 36
Octal 352 217 50 0 47 123 10 40 122 66
Binary 11101010 10001111 101000 0 100111 1010011 1000 100000 1010010 110110

Color Harmonies of #EA8F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F28

Black with #EA8F28

Text Example


Text Example

White with #EA8F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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