Html Css Color HEX #E08D1F Carrot Orange

📋 copy color: '#E08D1F'

red 224 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #E08D1F

Tints of Carrot Orange #E08D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 31 (12.5% from 255) = 7.83%

R = 56.57%
G = 35.61%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E08D1F (or 0xE08D1F) is known color: Carrot Orange. HEX triplet: E0, 8D and 1F. RGB value is (224,141,31). Sum of RGB (Red+Green+Blue) = 224+141+31=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D1F is #1F72E0. Grayscale: #999999. Windows color (decimal): -2061025 or 2067936. OLE color: 2067936.

HSL color Cylindrical-coordinate representation of color #E08D1F: hue angle of 34.2º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E08D1F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 31 -
CMYK 0 0.37 0.86 0.12
HSL 34.2º 0.76% 0.5% -
HSV(B) 34.2º 0.86% 0.88% -
XYZ 40.51 35 5.92 -
YUV 153.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 224 141 31 0 0.37 0.86 0.12 34.2 0.76 0.5
Hex E0 8D 1F 0 25 56 C 22 4C 32
Octal 340 215 37 0 45 126 14 42 114 62
Binary 11100000 10001101 11111 0 100101 1010110 1100 100010 1001100 110010

Color Harmonies of #E08D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D1F

Black with #E08D1F

Text Example


Text Example

White with #E08D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D1F; }

 p { color: rgb(224,141,31); }

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

background-color css

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

 a { background-color: rgb(224,141,31); }

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

border-color css

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

 span { border-color: rgb(224,141,31); }

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