Html Css Color HEX #E08315 Carrot Orange

📋 copy color: '#E08315'

red 224 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #E08315

Tints of Carrot Orange #E08315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 59.57%
G = 34.84%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08315 (or 0xE08315) is known color: Carrot Orange. HEX triplet: E0, 83 and 15. RGB value is (224,131,21). Sum of RGB (Red+Green+Blue) = 224+131+21=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E08315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08315 is #1F7CEA. Grayscale: #929292. Windows color (decimal): -2063595 or 1410016. OLE color: 1410016.

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

Color convert

RGB 224 131 21 -
CMYK 0 0.42 0.91 0.12
HSL 32.51º 0.83% 0.48% -
HSV(B) 32.51º 0.91% 0.88% -
XYZ 38.99 32.13 4.86 -
YUV 146.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 224 131 21 0 0.42 0.91 0.12 32.51 0.83 0.48
Hex E0 83 15 0 2A 5B C 21 53 30
Octal 340 203 25 0 52 133 14 41 123 60
Binary 11100000 10000011 10101 0 101010 1011011 1100 100001 1010011 110000

Color Harmonies of #E08315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08315

Black with #E08315

Text Example


Text Example

White with #E08315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08315; }

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

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

background-color css

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

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

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

border-color css

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

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

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