Html Css Color HEX #EDD493 Double Colonial White

📋 copy color: '#EDD493'

red 237 ◦ green 212 ◦ blue 147

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

Shades of Double Colonial White #EDD493

Tints of Double Colonial White #EDD493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.66%

R = 39.77%
G = 35.57%
B = 24.66%

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

#EDD493 (or 0xEDD493) is known color: Double Colonial White. HEX triplet: ED, D4 and 93. RGB value is (237,212,147). Sum of RGB (Red+Green+Blue) = 237+212+147=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD493 is #122B6C. Grayscale: #D4D4D4. Windows color (decimal): -1190765 or 9688301. OLE color: 9688301.

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

Color convert

RGB 237 212 147 -
CMYK 0 0.11 0.38 0.07
HSL 43.33º 0.71% 0.75% -
HSV(B) 43.33º 0.38% 0.93% -
XYZ 63.74 67.2 37.22 -
YUV 212.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 237 212 147 0 0.11 0.38 0.07 43.33 0.71 0.75
Hex ED D4 93 0 B 26 7 2B 47 4B
Octal 355 324 223 0 13 46 7 53 107 113
Binary 11101101 11010100 10010011 0 1011 100110 111 101011 1000111 1001011

Color Harmonies of #EDD493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD493

Black with #EDD493

Text Example


Text Example

White with #EDD493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD493; }

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

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

background-color css

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

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

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

border-color css

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

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

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