Html Css Color HEX #E0BD65 Chenin

📋 copy color: '#E0BD65'

red 224 ◦ green 189 ◦ blue 101

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

Shades of Chenin #E0BD65

Tints of Chenin #E0BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

 BLUE value IS 101 (39.84% from 255) = 19.65%

R = 43.58%
G = 36.77%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0BD65 (or 0xE0BD65) is known color: Chenin. HEX triplet: E0, BD and 65. RGB value is (224,189,101). Sum of RGB (Red+Green+Blue) = 224+189+101=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD65 is #1F429A. Grayscale: #BDBDBD. Windows color (decimal): -2048667 or 6667744. OLE color: 6667744.

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

Color convert

RGB 224 189 101 -
CMYK 0 0.16 0.55 0.12
HSL 42.93º 0.66% 0.64% -
HSV(B) 42.93º 0.55% 0.88% -
XYZ 51.29 53.18 19.87 -
YUV 189.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 224 189 101 0 0.16 0.55 0.12 42.93 0.66 0.64
Hex E0 BD 65 0 10 37 C 2B 42 40
Octal 340 275 145 0 20 67 14 53 102 100
Binary 11100000 10111101 1100101 0 10000 110111 1100 101011 1000010 1000000

Color Harmonies of #E0BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD65

Black with #E0BD65

Text Example


Text Example

White with #E0BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD65; }

 p { color: rgb(224,189,101); }

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

background-color css

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

 a { background-color: rgb(224,189,101); }

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

border-color css

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

 span { border-color: rgb(224,189,101); }

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