Html Css Color HEX #EAD28F Double Colonial White

📋 copy color: '#EAD28F'

red 234 ◦ green 210 ◦ blue 143

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

Shades of Double Colonial White #EAD28F

Tints of Double Colonial White #EAD28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.78%

 BLUE value IS 143 (56.25% from 255) = 24.36%

R = 39.86%
G = 35.78%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAD28F (or 0xEAD28F) is known color: Double Colonial White. HEX triplet: EA, D2 and 8F. RGB value is (234,210,143). Sum of RGB (Red+Green+Blue) = 234+210+143=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD28F is #152D70. Grayscale: #D1D1D1. Windows color (decimal): -1387889 or 9425642. OLE color: 9425642.

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

Color convert

RGB 234 210 143 -
CMYK 0 0.10 0.39 0.08
HSL 44.18º 0.68% 0.74% -
HSV(B) 44.18º 0.39% 0.92% -
XYZ 61.94 65.57 35.38 -
YUV 209.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 234 210 143 0 0.10 0.39 0.08 44.18 0.68 0.74
Hex EA D2 8F 0 A 27 8 2C 44 4A
Octal 352 322 217 0 12 47 10 54 104 112
Binary 11101010 11010010 10001111 0 1010 100111 1000 101100 1000100 1001010

Color Harmonies of #EAD28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD28F

Black with #EAD28F

Text Example


Text Example

White with #EAD28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD28F; }

 p { color: rgb(234,210,143); }

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

background-color css

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

 a { background-color: rgb(234,210,143); }

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

border-color css

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

 span { border-color: rgb(234,210,143); }

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