Html Css Color HEX #EDD28E Double Colonial White

📋 copy color: '#EDD28E'

red 237 ◦ green 210 ◦ blue 142

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

Shades of Double Colonial White #EDD28E

Tints of Double Colonial White #EDD28E

RGB

 RED value IS 237 (92.97% from 255) = 40.24%

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

 BLUE value IS 142 (55.86% from 255) = 24.11%

R = 40.24%
G = 35.65%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDD28E (or 0xEDD28E) is known color: Double Colonial White. HEX triplet: ED, D2 and 8E. RGB value is (237,210,142). Sum of RGB (Red+Green+Blue) = 237+210+142=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD28E is #122D71. Grayscale: #D2D2D2. Windows color (decimal): -1191282 or 9360109. OLE color: 9360109.

HSL color Cylindrical-coordinate representation of color #EDD28E: hue angle of 42.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD28E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 142 -
CMYK 0 0.11 0.40 0.07
HSL 42.95º 0.73% 0.74% -
HSV(B) 42.95º 0.4% 0.93% -
XYZ 62.85 66.05 35.03 -
YUV 210.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 237 210 142 0 0.11 0.40 0.07 42.95 0.73 0.74
Hex ED D2 8E 0 B 28 7 2B 49 4A
Octal 355 322 216 0 13 50 7 53 111 112
Binary 11101101 11010010 10001110 0 1011 101000 111 101011 1001001 1001010

Color Harmonies of #EDD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD28E

Black with #EDD28E

Text Example


Text Example

White with #EDD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD28E; }

 p { color: rgb(237,210,142); }

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

background-color css

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

 a { background-color: rgb(237,210,142); }

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

border-color css

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

 span { border-color: rgb(237,210,142); }

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