Html Css Color HEX #E8CF96 Double Colonial White

📋 copy color: '#E8CF96'

red 232 ◦ green 207 ◦ blue 150

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

Shades of Double Colonial White #E8CF96

Tints of Double Colonial White #E8CF96

RGB

 RED value IS 232 (91.02% from 255) = 39.39%

 GREEN value IS 207 (81.25% from 255) = 35.14%

 BLUE value IS 150 (58.98% from 255) = 25.47%

R = 39.39%
G = 35.14%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E8CF96 (or 0xE8CF96) is known color: Double Colonial White. HEX triplet: E8, CF and 96. RGB value is (232,207,150). Sum of RGB (Red+Green+Blue) = 232+207+150=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF96 is #173069. Grayscale: #D0D0D0. Windows color (decimal): -1519722 or 9883624. OLE color: 9883624.

HSL color Cylindrical-coordinate representation of color #E8CF96: hue angle of 41.71º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8CF96 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 207 150 -
CMYK 0 0.11 0.35 0.09
HSL 41.71º 0.64% 0.75% -
HSV(B) 41.71º 0.35% 0.91% -
XYZ 61.1 63.98 37.98 -
YUV 207.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 232 207 150 0 0.11 0.35 0.09 41.71 0.64 0.75
Hex E8 CF 96 0 B 23 9 2A 40 4B
Octal 350 317 226 0 13 43 11 52 100 113
Binary 11101000 11001111 10010110 0 1011 100011 1001 101010 1000000 1001011

Color Harmonies of #E8CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CF96

Black with #E8CF96

Text Example


Text Example

White with #E8CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CF96; }

 p { color: rgb(232,207,150); }

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

background-color css

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

 a { background-color: rgb(232,207,150); }

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

border-color css

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

 span { border-color: rgb(232,207,150); }

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