Html Css Color HEX #EA8015 Carrot Orange

📋 copy color: '#EA8015'

red 234 ◦ green 128 ◦ blue 21

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

Shades of Carrot Orange #EA8015

Tints of Carrot Orange #EA8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 61.1%
G = 33.42%
B = 5.48%

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

#EA8015 (or 0xEA8015) is known color: Carrot Orange. HEX triplet: EA, 80 and 15. RGB value is (234,128,21). Sum of RGB (Red+Green+Blue) = 234+128+21=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8015 is #157FEA. Grayscale: #949494. Windows color (decimal): -1409003 or 1409258. OLE color: 1409258.

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

Color convert

RGB 234 128 21 -
CMYK 0 0.45 0.91 0.08
HSL 30.14º 0.84% 0.5% -
HSV(B) 30.14º 0.91% 0.92% -
XYZ 41.79 32.98 4.87 -
YUV 147.5 56.62 189.7 -
System Red Green Blue C M Y K H S L
Decimal 234 128 21 0 0.45 0.91 0.08 30.14 0.84 0.5
Hex EA 80 15 0 2D 5B 8 1E 54 32
Octal 352 200 25 0 55 133 10 36 124 62
Binary 11101010 10000000 10101 0 101101 1011011 1000 11110 1010100 110010

Color Harmonies of #EA8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8015

Black with #EA8015

Text Example


Text Example

White with #EA8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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