Html Css Color HEX #E08615 Carrot Orange

📋 copy color: '#E08615'

red 224 ◦ green 134 ◦ blue 21

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

Shades of Carrot Orange #E08615

Tints of Carrot Orange #E08615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

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

R = 59.1%
G = 35.36%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08615 (or 0xE08615) is known color: Carrot Orange. HEX triplet: E0, 86 and 15. RGB value is (224,134,21). Sum of RGB (Red+Green+Blue) = 224+134+21=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E08615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08615 is #1F79EA. Grayscale: #949494. Windows color (decimal): -2062827 or 1410784. OLE color: 1410784.

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

Color convert

RGB 224 134 21 -
CMYK 0 0.40 0.91 0.12
HSL 33.4º 0.83% 0.48% -
HSV(B) 33.4º 0.91% 0.88% -
XYZ 39.4 32.95 4.99 -
YUV 148.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 224 134 21 0 0.40 0.91 0.12 33.4 0.83 0.48
Hex E0 86 15 0 28 5B C 21 53 30
Octal 340 206 25 0 50 133 14 41 123 60
Binary 11100000 10000110 10101 0 101000 1011011 1100 100001 1010011 110000

Color Harmonies of #E08615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08615

Black with #E08615

Text Example


Text Example

White with #E08615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08615; }

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

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

background-color css

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

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

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

border-color css

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

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

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