Html Css Color HEX #E08015 Carrot Orange

📋 copy color: '#E08015'

red 224 ◦ green 128 ◦ blue 21

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

Shades of Carrot Orange #E08015

Tints of Carrot Orange #E08015

RGB

 RED value IS 224 (87.89% from 255) = 60.05%

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

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

R = 60.05%
G = 34.32%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08015 (or 0xE08015) is known color: Carrot Orange. HEX triplet: E0, 80 and 15. RGB value is (224,128,21). Sum of RGB (Red+Green+Blue) = 224+128+21=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E08015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08015 is #1F7FEA. Grayscale: #919191. Windows color (decimal): -2064363 or 1409248. OLE color: 1409248.

HSL color Cylindrical-coordinate representation of color #E08015: hue angle of 31.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E08015 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 21 -
CMYK 0 0.43 0.91 0.12
HSL 31.63º 0.83% 0.48% -
HSV(B) 31.63º 0.91% 0.88% -
XYZ 38.6 31.34 4.72 -
YUV 144.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 224 128 21 0 0.43 0.91 0.12 31.63 0.83 0.48
Hex E0 80 15 0 2B 5B C 20 53 30
Octal 340 200 25 0 53 133 14 40 123 60
Binary 11100000 10000000 10101 0 101011 1011011 1100 100000 1010011 110000

Color Harmonies of #E08015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08015

Black with #E08015

Text Example


Text Example

White with #E08015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08015; }

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

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

background-color css

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

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

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

border-color css

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

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

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