Html Css Color HEX #E08714 Carrot Orange

📋 copy color: '#E08714'

red 224 ◦ green 135 ◦ blue 20

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

Shades of Carrot Orange #E08714

Tints of Carrot Orange #E08714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 59.1%
G = 35.62%
B = 5.28%

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

#E08714 (or 0xE08714) is known color: Carrot Orange. HEX triplet: E0, 87 and 14. RGB value is (224,135,20). Sum of RGB (Red+Green+Blue) = 224+135+20=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E08714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08714 is #1F78EB. Grayscale: #959595. Windows color (decimal): -2062572 or 1345504. OLE color: 1345504.

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

Color convert

RGB 224 135 20 -
CMYK 0 0.40 0.91 0.12
HSL 33.82º 0.84% 0.48% -
HSV(B) 33.82º 0.91% 0.88% -
XYZ 39.53 33.23 4.99 -
YUV 148.5 55.49 181.85 -
System Red Green Blue C M Y K H S L
Decimal 224 135 20 0 0.40 0.91 0.12 33.82 0.84 0.48
Hex E0 87 14 0 28 5B C 22 54 30
Octal 340 207 24 0 50 133 14 42 124 60
Binary 11100000 10000111 10100 0 101000 1011011 1100 100010 1010100 110000

Color Harmonies of #E08714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08714

Black with #E08714

Text Example


Text Example

White with #E08714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08714; }

 p { color: rgb(224,135,20); }

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

background-color css

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

 a { background-color: rgb(224,135,20); }

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

border-color css

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

 span { border-color: rgb(224,135,20); }

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