Html Css Color HEX #EDD390 Double Colonial White

📋 copy color: '#EDD390'

red 237 ◦ green 211 ◦ blue 144

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

Shades of Double Colonial White #EDD390

Tints of Double Colonial White #EDD390

RGB

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

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

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

R = 40.03%
G = 35.64%
B = 24.32%

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

#EDD390 (or 0xEDD390) is known color: Double Colonial White. HEX triplet: ED, D3 and 90. RGB value is (237,211,144). Sum of RGB (Red+Green+Blue) = 237+211+144=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD390 is #122C6F. Grayscale: #D3D3D3. Windows color (decimal): -1191024 or 9491437. OLE color: 9491437.

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

Color convert

RGB 237 211 144 -
CMYK 0 0.11 0.39 0.07
HSL 43.23º 0.72% 0.75% -
HSV(B) 43.23º 0.39% 0.93% -
XYZ 63.25 66.61 35.91 -
YUV 211.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 237 211 144 0 0.11 0.39 0.07 43.23 0.72 0.75
Hex ED D3 90 0 B 27 7 2B 48 4B
Octal 355 323 220 0 13 47 7 53 110 113
Binary 11101101 11010011 10010000 0 1011 100111 111 101011 1001000 1001011

Color Harmonies of #EDD390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD390

Black with #EDD390

Text Example


Text Example

White with #EDD390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD390; }

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

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

background-color css

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

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

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

border-color css

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

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

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