Html Css Color HEX #EAD791 Double Colonial White

📋 copy color: '#EAD791'

red 234 ◦ green 215 ◦ blue 145

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

Shades of Double Colonial White #EAD791

Tints of Double Colonial White #EAD791

RGB

 RED value IS 234 (91.8% from 255) = 39.39%

 GREEN value IS 215 (84.38% from 255) = 36.2%

 BLUE value IS 145 (57.03% from 255) = 24.41%

R = 39.39%
G = 36.2%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAD791 (or 0xEAD791) is known color: Double Colonial White. HEX triplet: EA, D7 and 91. RGB value is (234,215,145). Sum of RGB (Red+Green+Blue) = 234+215+145=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD791 is #15286E. Grayscale: #D5D5D5. Windows color (decimal): -1386607 or 9557994. OLE color: 9557994.

HSL color Cylindrical-coordinate representation of color #EAD791: hue angle of 47.19º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAD791 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 215 145 -
CMYK 0 0.08 0.38 0.08
HSL 47.19º 0.68% 0.74% -
HSV(B) 47.19º 0.38% 0.92% -
XYZ 63.34 68.14 36.6 -
YUV 212.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 234 215 145 0 0.08 0.38 0.08 47.19 0.68 0.74
Hex EA D7 91 0 8 26 8 2F 44 4A
Octal 352 327 221 0 10 46 10 57 104 112
Binary 11101010 11010111 10010001 0 1000 100110 1000 101111 1000100 1001010

Color Harmonies of #EAD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD791

Black with #EAD791

Text Example


Text Example

White with #EAD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD791; }

 p { color: rgb(234,215,145); }

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

background-color css

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

 a { background-color: rgb(234,215,145); }

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

border-color css

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

 span { border-color: rgb(234,215,145); }

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