Html Css Color HEX #EAD38D Double Colonial White

📋 copy color: '#EAD38D'

red 234 ◦ green 211 ◦ blue 141

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

Shades of Double Colonial White #EAD38D

Tints of Double Colonial White #EAD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.01%

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

R = 39.93%
G = 36.01%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD38D (or 0xEAD38D) is known color: Double Colonial White. HEX triplet: EA, D3 and 8D. RGB value is (234,211,141). Sum of RGB (Red+Green+Blue) = 234+211+141=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD38D is #152C72. Grayscale: #D2D2D2. Windows color (decimal): -1387635 or 9294826. OLE color: 9294826.

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

Color convert

RGB 234 211 141 -
CMYK 0 0.10 0.40 0.08
HSL 45.16º 0.69% 0.74% -
HSV(B) 45.16º 0.4% 0.92% -
XYZ 62.03 66 34.67 -
YUV 209.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 234 211 141 0 0.10 0.40 0.08 45.16 0.69 0.74
Hex EA D3 8D 0 A 28 8 2D 45 4A
Octal 352 323 215 0 12 50 10 55 105 112
Binary 11101010 11010011 10001101 0 1010 101000 1000 101101 1000101 1001010

Color Harmonies of #EAD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD38D

Black with #EAD38D

Text Example


Text Example

White with #EAD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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