Html Css Color HEX #E7CF94 Double Colonial White

📋 copy color: '#E7CF94'

red 231 ◦ green 207 ◦ blue 148

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

Shades of Double Colonial White #E7CF94

Tints of Double Colonial White #E7CF94

RGB

 RED value IS 231 (90.63% from 255) = 39.42%

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

 BLUE value IS 148 (58.2% from 255) = 25.26%

R = 39.42%
G = 35.32%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E7CF94 (or 0xE7CF94) is known color: Double Colonial White. HEX triplet: E7, CF and 94. RGB value is (231,207,148). Sum of RGB (Red+Green+Blue) = 231+207+148=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CF94 is #18306B. Grayscale: #CFCFCF. Windows color (decimal): -1585260 or 9752551. OLE color: 9752551.

HSL color Cylindrical-coordinate representation of color #E7CF94: hue angle of 42.65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7CF94 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 148 -
CMYK 0 0.10 0.36 0.09
HSL 42.65º 0.63% 0.74% -
HSV(B) 42.65º 0.36% 0.91% -
XYZ 60.61 63.75 37.13 -
YUV 207.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 231 207 148 0 0.10 0.36 0.09 42.65 0.63 0.74
Hex E7 CF 94 0 A 24 9 2B 3F 4A
Octal 347 317 224 0 12 44 11 53 77 112
Binary 11100111 11001111 10010100 0 1010 100100 1001 101011 111111 1001010

Color Harmonies of #E7CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF94

Black with #E7CF94

Text Example


Text Example

White with #E7CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF94; }

 p { color: rgb(231,207,148); }

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

background-color css

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

 a { background-color: rgb(231,207,148); }

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

border-color css

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

 span { border-color: rgb(231,207,148); }

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