Html Css Color HEX #E6BF75 Chenin

📋 copy color: '#E6BF75'

red 230 ◦ green 191 ◦ blue 117

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

Shades of Chenin #E6BF75

Tints of Chenin #E6BF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.75%

R = 42.75%
G = 35.5%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6BF75 (or 0xE6BF75) is known color: Chenin. HEX triplet: E6, BF and 75. RGB value is (230,191,117). Sum of RGB (Red+Green+Blue) = 230+191+117=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF75 is #19408A. Grayscale: #C2C2C2. Windows color (decimal): -1654923 or 7716838. OLE color: 7716838.

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

Color convert

RGB 230 191 117 -
CMYK 0 0.17 0.49 0.10
HSL 39.29º 0.69% 0.68% -
HSV(B) 39.29º 0.49% 0.9% -
XYZ 54.47 55.37 24.65 -
YUV 194.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 230 191 117 0 0.17 0.49 0.10 39.29 0.69 0.68
Hex E6 BF 75 0 11 31 A 27 45 44
Octal 346 277 165 0 21 61 12 47 105 104
Binary 11100110 10111111 1110101 0 10001 110001 1010 100111 1000101 1000100

Color Harmonies of #E6BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF75

Black with #E6BF75

Text Example


Text Example

White with #E6BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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