Html Css Color HEX #EDD494 Double Colonial White

📋 copy color: '#EDD494'

red 237 ◦ green 212 ◦ blue 148

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

Shades of Double Colonial White #EDD494

Tints of Double Colonial White #EDD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 148 (58.2% from 255) = 24.79%

R = 39.7%
G = 35.51%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDD494 (or 0xEDD494) is known color: Double Colonial White. HEX triplet: ED, D4 and 94. RGB value is (237,212,148). Sum of RGB (Red+Green+Blue) = 237+212+148=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD494 is #122B6B. Grayscale: #D4D4D4. Windows color (decimal): -1190764 or 9753837. OLE color: 9753837.

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

Color convert

RGB 237 212 148 -
CMYK 0 0.11 0.38 0.07
HSL 43.15º 0.71% 0.75% -
HSV(B) 43.15º 0.38% 0.93% -
XYZ 63.81 67.23 37.63 -
YUV 212.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 237 212 148 0 0.11 0.38 0.07 43.15 0.71 0.75
Hex ED D4 94 0 B 26 7 2B 47 4B
Octal 355 324 224 0 13 46 7 53 107 113
Binary 11101101 11010100 10010100 0 1011 100110 111 101011 1000111 1001011

Color Harmonies of #EDD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD494

Black with #EDD494

Text Example


Text Example

White with #EDD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD494; }

 p { color: rgb(237,212,148); }

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

background-color css

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

 a { background-color: rgb(237,212,148); }

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

border-color css

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

 span { border-color: rgb(237,212,148); }

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