Html Css Color HEX #E06F1B Chocolate

📋 copy color: '#E06F1B'

red 224 ◦ green 111 ◦ blue 27

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

Shades of Chocolate #E06F1B

Tints of Chocolate #E06F1B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 61.88%
G = 30.66%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E06F1B (or 0xE06F1B) is known color: Chocolate. HEX triplet: E0, 6F and 1B. RGB value is (224,111,27). Sum of RGB (Red+Green+Blue) = 224+111+27=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F1B is #1F90E4. Grayscale: #878787. Windows color (decimal): -2068709 or 1798112. OLE color: 1798112.

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

Color convert

RGB 224 111 27 -
CMYK 0 0.50 0.88 0.12
HSL 25.58º 0.78% 0.49% -
HSV(B) 25.58º 0.88% 0.88% -
XYZ 36.62 27.3 4.38 -
YUV 135.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 224 111 27 0 0.50 0.88 0.12 25.58 0.78 0.49
Hex E0 6F 1B 0 32 58 C 1A 4E 31
Octal 340 157 33 0 62 130 14 32 116 61
Binary 11100000 1101111 11011 0 110010 1011000 1100 11010 1001110 110001

Color Harmonies of #E06F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F1B

Black with #E06F1B

Text Example


Text Example

White with #E06F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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