Html Css Color HEX #EDD393 Double Colonial White

📋 copy color: '#EDD393'

red 237 ◦ green 211 ◦ blue 147

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

Shades of Double Colonial White #EDD393

Tints of Double Colonial White #EDD393

RGB

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

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

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

R = 39.83%
G = 35.46%
B = 24.71%

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

#EDD393 (or 0xEDD393) is known color: Double Colonial White. HEX triplet: ED, D3 and 93. RGB value is (237,211,147). Sum of RGB (Red+Green+Blue) = 237+211+147=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD393 is #122C6C. Grayscale: #D3D3D3. Windows color (decimal): -1191021 or 9688045. OLE color: 9688045.

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

Color convert

RGB 237 211 147 -
CMYK 0 0.11 0.38 0.07
HSL 42.67º 0.71% 0.75% -
HSV(B) 42.67º 0.38% 0.93% -
XYZ 63.49 66.7 37.13 -
YUV 211.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 237 211 147 0 0.11 0.38 0.07 42.67 0.71 0.75
Hex ED D3 93 0 B 26 7 2B 47 4B
Octal 355 323 223 0 13 46 7 53 107 113
Binary 11101101 11010011 10010011 0 1011 100110 111 101011 1000111 1001011

Color Harmonies of #EDD393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD393

Black with #EDD393

Text Example


Text Example

White with #EDD393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD393; }

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

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

background-color css

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

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

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

border-color css

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

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

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