Html Css Color HEX #EA8F22 Carrot Orange

📋 copy color: '#EA8F22'

red 234 ◦ green 143 ◦ blue 34

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

Shades of Carrot Orange #EA8F22

Tints of Carrot Orange #EA8F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.27%

R = 56.93%
G = 34.79%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA8F22 (or 0xEA8F22) is known color: Carrot Orange. HEX triplet: EA, 8F and 22. RGB value is (234,143,34). Sum of RGB (Red+Green+Blue) = 234+143+34=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F22 is #1570DD. Grayscale: #9E9E9E. Windows color (decimal): -1405150 or 2265066. OLE color: 2265066.

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

Color convert

RGB 234 143 34 -
CMYK 0 0.39 0.85 0.08
HSL 32.7º 0.83% 0.53% -
HSV(B) 32.7º 0.85% 0.92% -
XYZ 44.04 37.25 6.38 -
YUV 157.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 234 143 34 0 0.39 0.85 0.08 32.7 0.83 0.53
Hex EA 8F 22 0 27 55 8 21 53 35
Octal 352 217 42 0 47 125 10 41 123 65
Binary 11101010 10001111 100010 0 100111 1010101 1000 100001 1010011 110101

Color Harmonies of #EA8F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F22

Black with #EA8F22

Text Example


Text Example

White with #EA8F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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