Html Css Color HEX #E6BF74 Chenin

📋 copy color: '#E6BF74'

red 230 ◦ green 191 ◦ blue 116

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

Shades of Chenin #E6BF74

Tints of Chenin #E6BF74

RGB

 RED value IS 230 (90.23% from 255) = 42.83%

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

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 42.83%
G = 35.57%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E6BF74 (or 0xE6BF74) is known color: Chenin. HEX triplet: E6, BF and 74. RGB value is (230,191,116). Sum of RGB (Red+Green+Blue) = 230+191+116=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF74 is #19408B. Grayscale: #C2C2C2. Windows color (decimal): -1654924 or 7651302. OLE color: 7651302.

HSL color Cylindrical-coordinate representation of color #E6BF74: hue angle of 39.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6BF74 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 116 -
CMYK 0 0.17 0.50 0.10
HSL 39.47º 0.7% 0.68% -
HSV(B) 39.47º 0.5% 0.9% -
XYZ 54.42 55.35 24.34 -
YUV 194.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 230 191 116 0 0.17 0.50 0.10 39.47 0.7 0.68
Hex E6 BF 74 0 11 32 A 27 46 44
Octal 346 277 164 0 21 62 12 47 106 104
Binary 11100110 10111111 1110100 0 10001 110010 1010 100111 1000110 1000100

Color Harmonies of #E6BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF74

Black with #E6BF74

Text Example


Text Example

White with #E6BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF74; }

 p { color: rgb(230,191,116); }

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

background-color css

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

 a { background-color: rgb(230,191,116); }

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

border-color css

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

 span { border-color: rgb(230,191,116); }

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