Html Css Color HEX #EAD48D Double Colonial White

📋 copy color: '#EAD48D'

red 234 ◦ green 212 ◦ blue 141

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

Shades of Double Colonial White #EAD48D

Tints of Double Colonial White #EAD48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

 BLUE value IS 141 (55.47% from 255) = 24.02%

R = 39.86%
G = 36.12%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD48D (or 0xEAD48D) is known color: Double Colonial White. HEX triplet: EA, D4 and 8D. RGB value is (234,212,141). Sum of RGB (Red+Green+Blue) = 234+212+141=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD48D is #152B72. Grayscale: #D2D2D2. Windows color (decimal): -1387379 or 9295082. OLE color: 9295082.

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

Color convert

RGB 234 212 141 -
CMYK 0 0.09 0.40 0.08
HSL 45.81º 0.69% 0.74% -
HSV(B) 45.81º 0.4% 0.92% -
XYZ 62.28 66.5 34.75 -
YUV 210.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 234 212 141 0 0.09 0.40 0.08 45.81 0.69 0.74
Hex EA D4 8D 0 9 28 8 2E 45 4A
Octal 352 324 215 0 11 50 10 56 105 112
Binary 11101010 11010100 10001101 0 1001 101000 1000 101110 1000101 1001010

Color Harmonies of #EAD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD48D

Black with #EAD48D

Text Example


Text Example

White with #EAD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD48D; }

 p { color: rgb(234,212,141); }

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

background-color css

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

 a { background-color: rgb(234,212,141); }

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

border-color css

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

 span { border-color: rgb(234,212,141); }

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