Html Css Color HEX #EDD572 Golden Sand

📋 copy color: '#EDD572'

red 237 ◦ green 213 ◦ blue 114

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

Shades of Golden Sand #EDD572

Tints of Golden Sand #EDD572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 42.02%
G = 37.77%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD572 (or 0xEDD572) is known color: Golden Sand. HEX triplet: ED, D5 and 72. RGB value is (237,213,114). Sum of RGB (Red+Green+Blue) = 237+213+114=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD572 is #122A8D. Grayscale: #D1D1D1. Windows color (decimal): -1190542 or 7525869. OLE color: 7525869.

HSL color Cylindrical-coordinate representation of color #EDD572: hue angle of 48.29º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDD572 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 114 -
CMYK 0 0.10 0.52 0.07
HSL 48.29º 0.77% 0.69% -
HSV(B) 48.29º 0.52% 0.93% -
XYZ 61.76 66.81 25.56 -
YUV 208.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 237 213 114 0 0.10 0.52 0.07 48.29 0.77 0.69
Hex ED D5 72 0 A 34 7 30 4D 45
Octal 355 325 162 0 12 64 7 60 115 105
Binary 11101101 11010101 1110010 0 1010 110100 111 110000 1001101 1000101

Color Harmonies of #EDD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD572

Black with #EDD572

Text Example


Text Example

White with #EDD572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD572; }

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

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

background-color css

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

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

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

border-color css

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

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

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