Html Css Color HEX #EDD290 Double Colonial White

📋 copy color: '#EDD290'

red 237 ◦ green 210 ◦ blue 144

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

Shades of Double Colonial White #EDD290

Tints of Double Colonial White #EDD290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.37%

R = 40.1%
G = 35.53%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDD290 (or 0xEDD290) is known color: Double Colonial White. HEX triplet: ED, D2 and 90. RGB value is (237,210,144). Sum of RGB (Red+Green+Blue) = 237+210+144=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD290 is #122D6F. Grayscale: #D2D2D2. Windows color (decimal): -1191280 or 9491181. OLE color: 9491181.

HSL color Cylindrical-coordinate representation of color #EDD290: hue angle of 42.58º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDD290 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 144 -
CMYK 0 0.11 0.39 0.07
HSL 42.58º 0.72% 0.75% -
HSV(B) 42.58º 0.39% 0.93% -
XYZ 63.01 66.11 35.83 -
YUV 210.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 237 210 144 0 0.11 0.39 0.07 42.58 0.72 0.75
Hex ED D2 90 0 B 27 7 2B 48 4B
Octal 355 322 220 0 13 47 7 53 110 113
Binary 11101101 11010010 10010000 0 1011 100111 111 101011 1001000 1001011

Color Harmonies of #EDD290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD290

Black with #EDD290

Text Example


Text Example

White with #EDD290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD290; }

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

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

background-color css

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

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

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

border-color css

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

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

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