Html Css Color HEX #EDD593 Double Colonial White

📋 copy color: '#EDD593'

red 237 ◦ green 213 ◦ blue 147

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

Shades of Double Colonial White #EDD593

Tints of Double Colonial White #EDD593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.68%

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

R = 39.7%
G = 35.68%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDD593 (or 0xEDD593) is known color: Double Colonial White. HEX triplet: ED, D5 and 93. RGB value is (237,213,147). Sum of RGB (Red+Green+Blue) = 237+213+147=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD593 is #122A6C. Grayscale: #D4D4D4. Windows color (decimal): -1190509 or 9688557. OLE color: 9688557.

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

Color convert

RGB 237 213 147 -
CMYK 0 0.10 0.38 0.07
HSL 44º 0.71% 0.75% -
HSV(B) 44º 0.38% 0.93% -
XYZ 63.99 67.7 37.3 -
YUV 212.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 237 213 147 0 0.10 0.38 0.07 44 0.71 0.75
Hex ED D5 93 0 A 26 7 2C 47 4B
Octal 355 325 223 0 12 46 7 54 107 113
Binary 11101101 11010101 10010011 0 1010 100110 111 101100 1000111 1001011

Color Harmonies of #EDD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD593

Black with #EDD593

Text Example


Text Example

White with #EDD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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