Html Css Color HEX #E08D1C Carrot Orange

📋 copy color: '#E08D1C'

red 224 ◦ green 141 ◦ blue 28

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

Shades of Carrot Orange #E08D1C

Tints of Carrot Orange #E08D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 57%
G = 35.88%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E08D1C (or 0xE08D1C) is known color: Carrot Orange. HEX triplet: E0, 8D and 1C. RGB value is (224,141,28). Sum of RGB (Red+Green+Blue) = 224+141+28=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D1C is #1F72E3. Grayscale: #999999. Windows color (decimal): -2061028 or 1871328. OLE color: 1871328.

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

Color convert

RGB 224 141 28 -
CMYK 0 0.37 0.88 0.12
HSL 34.59º 0.78% 0.49% -
HSV(B) 34.59º 0.88% 0.88% -
XYZ 40.47 34.98 5.72 -
YUV 152.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 224 141 28 0 0.37 0.88 0.12 34.59 0.78 0.49
Hex E0 8D 1C 0 25 58 C 23 4E 31
Octal 340 215 34 0 45 130 14 43 116 61
Binary 11100000 10001101 11100 0 100101 1011000 1100 100011 1001110 110001

Color Harmonies of #E08D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D1C

Black with #E08D1C

Text Example


Text Example

White with #E08D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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