Html Css Color HEX #EA8014 Carrot Orange

📋 copy color: '#EA8014'

red 234 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #EA8014

Tints of Carrot Orange #EA8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 61.26%
G = 33.51%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA8014 (or 0xEA8014) is known color: Carrot Orange. HEX triplet: EA, 80 and 14. RGB value is (234,128,20). Sum of RGB (Red+Green+Blue) = 234+128+20=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8014 is #157FEB. Grayscale: #939393. Windows color (decimal): -1409004 or 1343722. OLE color: 1343722.

HSL color Cylindrical-coordinate representation of color #EA8014: hue angle of 30.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA8014 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 20 -
CMYK 0 0.45 0.91 0.08
HSL 30.28º 0.84% 0.5% -
HSV(B) 30.28º 0.91% 0.92% -
XYZ 41.78 32.98 4.83 -
YUV 147.38 56.12 189.78 -
System Red Green Blue C M Y K H S L
Decimal 234 128 20 0 0.45 0.91 0.08 30.28 0.84 0.5
Hex EA 80 14 0 2D 5B 8 1E 54 32
Octal 352 200 24 0 55 133 10 36 124 62
Binary 11101010 10000000 10100 0 101101 1011011 1000 11110 1010100 110010

Color Harmonies of #EA8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8014

Black with #EA8014

Text Example


Text Example

White with #EA8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8014; }

 p { color: rgb(234,128,20); }

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

background-color css

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

 a { background-color: rgb(234,128,20); }

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

border-color css

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

 span { border-color: rgb(234,128,20); }

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