Html Css Color HEX #E0BF71 Chenin

📋 copy color: '#E0BF71'

red 224 ◦ green 191 ◦ blue 113

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

Shades of Chenin #E0BF71

Tints of Chenin #E0BF71

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 42.42%
G = 36.17%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0BF71 (or 0xE0BF71) is known color: Chenin. HEX triplet: E0, BF and 71. RGB value is (224,191,113). Sum of RGB (Red+Green+Blue) = 224+191+113=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF71 is #1F408E. Grayscale: #C0C0C0. Windows color (decimal): -2048143 or 7454688. OLE color: 7454688.

HSL color Cylindrical-coordinate representation of color #E0BF71: hue angle of 42.16º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0BF71 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 113 -
CMYK 0 0.15 0.50 0.12
HSL 42.16º 0.64% 0.66% -
HSV(B) 42.16º 0.5% 0.88% -
XYZ 52.35 54.3 23.34 -
YUV 191.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 224 191 113 0 0.15 0.50 0.12 42.16 0.64 0.66
Hex E0 BF 71 0 F 32 C 2A 40 42
Octal 340 277 161 0 17 62 14 52 100 102
Binary 11100000 10111111 1110001 0 1111 110010 1100 101010 1000000 1000010

Color Harmonies of #E0BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF71

Black with #E0BF71

Text Example


Text Example

White with #E0BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF71; }

 p { color: rgb(224,191,113); }

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

background-color css

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

 a { background-color: rgb(224,191,113); }

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

border-color css

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

 span { border-color: rgb(224,191,113); }

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