Html Css Color HEX #E3BF70 Chenin

📋 copy color: '#E3BF70'

red 227 ◦ green 191 ◦ blue 112

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

Shades of Chenin #E3BF70

Tints of Chenin #E3BF70

RGB

 RED value IS 227 (89.06% from 255) = 42.83%

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

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 42.83%
G = 36.04%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3BF70 (or 0xE3BF70) is known color: Chenin. HEX triplet: E3, BF and 70. RGB value is (227,191,112). Sum of RGB (Red+Green+Blue) = 227+191+112=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BF70 is #1C408F. Grayscale: #C1C1C1. Windows color (decimal): -1851536 or 7389155. OLE color: 7389155.

HSL color Cylindrical-coordinate representation of color #E3BF70: hue angle of 41.22º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3BF70 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 191 112 -
CMYK 0 0.16 0.51 0.11
HSL 41.22º 0.67% 0.66% -
HSV(B) 41.22º 0.51% 0.89% -
XYZ 53.23 54.76 23.09 -
YUV 192.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 227 191 112 0 0.16 0.51 0.11 41.22 0.67 0.66
Hex E3 BF 70 0 10 33 B 29 43 42
Octal 343 277 160 0 20 63 13 51 103 102
Binary 11100011 10111111 1110000 0 10000 110011 1011 101001 1000011 1000010

Color Harmonies of #E3BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BF70

Black with #E3BF70

Text Example


Text Example

White with #E3BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BF70; }

 p { color: rgb(227,191,112); }

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

background-color css

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

 a { background-color: rgb(227,191,112); }

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

border-color css

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

 span { border-color: rgb(227,191,112); }

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