Html Css Color HEX #EAD08D Double Colonial White

📋 copy color: '#EAD08D'

red 234 ◦ green 208 ◦ blue 141

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

Shades of Double Colonial White #EAD08D

Tints of Double Colonial White #EAD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.68%

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

R = 40.14%
G = 35.68%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD08D (or 0xEAD08D) is known color: Double Colonial White. HEX triplet: EA, D0 and 8D. RGB value is (234,208,141). Sum of RGB (Red+Green+Blue) = 234+208+141=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD08D is #152F72. Grayscale: #D0D0D0. Windows color (decimal): -1388403 or 9294058. OLE color: 9294058.

HSL color Cylindrical-coordinate representation of color #EAD08D: hue angle of 43.23º 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 #EAD08D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 141 -
CMYK 0 0.11 0.40 0.08
HSL 43.23º 0.69% 0.74% -
HSV(B) 43.23º 0.4% 0.92% -
XYZ 61.3 64.53 34.42 -
YUV 208.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 234 208 141 0 0.11 0.40 0.08 43.23 0.69 0.74
Hex EA D0 8D 0 B 28 8 2B 45 4A
Octal 352 320 215 0 13 50 10 53 105 112
Binary 11101010 11010000 10001101 0 1011 101000 1000 101011 1000101 1001010

Color Harmonies of #EAD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD08D

Black with #EAD08D

Text Example


Text Example

White with #EAD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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