Html Css Color HEX #E08A1B Carrot Orange

📋 copy color: '#E08A1B'

red 224 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #E08A1B

Tints of Carrot Orange #E08A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

 BLUE value IS 27 (10.94% from 255) = 6.94%

R = 57.58%
G = 35.48%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E08A1B (or 0xE08A1B) is known color: Carrot Orange. HEX triplet: E0, 8A and 1B. RGB value is (224,138,27). Sum of RGB (Red+Green+Blue) = 224+138+27=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A1B is #1F75E4. Grayscale: #979797. Windows color (decimal): -2061797 or 1805024. OLE color: 1805024.

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

Color convert

RGB 224 138 27 -
CMYK 0 0.38 0.88 0.12
HSL 33.81º 0.78% 0.49% -
HSV(B) 33.81º 0.88% 0.88% -
XYZ 40.03 34.1 5.51 -
YUV 151.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 224 138 27 0 0.38 0.88 0.12 33.81 0.78 0.49
Hex E0 8A 1B 0 26 58 C 22 4E 31
Octal 340 212 33 0 46 130 14 42 116 61
Binary 11100000 10001010 11011 0 100110 1011000 1100 100010 1001110 110001

Color Harmonies of #E08A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A1B

Black with #E08A1B

Text Example


Text Example

White with #E08A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A1B; }

 p { color: rgb(224,138,27); }

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

background-color css

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

 a { background-color: rgb(224,138,27); }

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

border-color css

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

 span { border-color: rgb(224,138,27); }

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