Html Css Color HEX #E08D1A Carrot Orange

📋 copy color: '#E08D1A'

red 224 ◦ green 141 ◦ blue 26

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

Shades of Carrot Orange #E08D1A

Tints of Carrot Orange #E08D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 57.29%
G = 36.06%
B = 6.65%

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

#E08D1A (or 0xE08D1A) is known color: Carrot Orange. HEX triplet: E0, 8D and 1A. RGB value is (224,141,26). Sum of RGB (Red+Green+Blue) = 224+141+26=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D1A is #1F72E5. Grayscale: #999999. Windows color (decimal): -2061030 or 1740256. OLE color: 1740256.

HSL color Cylindrical-coordinate representation of color #E08D1A: hue angle of 34.85º degrees, saturation: 0.79, 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 #E08D1A is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 26 -
CMYK 0 0.37 0.88 0.12
HSL 34.85º 0.79% 0.49% -
HSV(B) 34.85º 0.88% 0.88% -
XYZ 40.45 34.97 5.6 -
YUV 152.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 224 141 26 0 0.37 0.88 0.12 34.85 0.79 0.49
Hex E0 8D 1A 0 25 58 C 23 4F 31
Octal 340 215 32 0 45 130 14 43 117 61
Binary 11100000 10001101 11010 0 100101 1011000 1100 100011 1001111 110001

Color Harmonies of #E08D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D1A

Black with #E08D1A

Text Example


Text Example

White with #E08D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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