Html Css Color HEX #E2BE75 Chenin

📋 copy color: '#E2BE75'

red 226 ◦ green 190 ◦ blue 117

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

Shades of Chenin #E2BE75

Tints of Chenin #E2BE75

RGB

 RED value IS 226 (88.67% from 255) = 42.4%

 GREEN value IS 190 (74.61% from 255) = 35.65%

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

R = 42.4%
G = 35.65%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E2BE75 (or 0xE2BE75) is known color: Chenin. HEX triplet: E2, BE and 75. RGB value is (226,190,117). Sum of RGB (Red+Green+Blue) = 226+190+117=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE75 is #1D418A. Grayscale: #C0C0C0. Windows color (decimal): -1917323 or 7716578. OLE color: 7716578.

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

Color convert

RGB 226 190 117 -
CMYK 0 0.16 0.48 0.11
HSL 40.18º 0.65% 0.67% -
HSV(B) 40.18º 0.48% 0.89% -
XYZ 52.99 54.28 24.51 -
YUV 192.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 226 190 117 0 0.16 0.48 0.11 40.18 0.65 0.67
Hex E2 BE 75 0 10 30 B 28 41 43
Octal 342 276 165 0 20 60 13 50 101 103
Binary 11100010 10111110 1110101 0 10000 110000 1011 101000 1000001 1000011

Color Harmonies of #E2BE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE75

Black with #E2BE75

Text Example


Text Example

White with #E2BE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE75; }

 p { color: rgb(226,190,117); }

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

background-color css

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

 a { background-color: rgb(226,190,117); }

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

border-color css

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

 span { border-color: rgb(226,190,117); }

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