Html Css Color HEX #EDC772 Golden Sand

📋 copy color: '#EDC772'

red 237 ◦ green 199 ◦ blue 114

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

Shades of Golden Sand #EDC772

Tints of Golden Sand #EDC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.18%

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

R = 43.09%
G = 36.18%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC772 (or 0xEDC772) is known color: Golden Sand. HEX triplet: ED, C7 and 72. RGB value is (237,199,114). Sum of RGB (Red+Green+Blue) = 237+199+114=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC772 is #12388D. Grayscale: #C9C9C9. Windows color (decimal): -1194126 or 7522285. OLE color: 7522285.

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

Color convert

RGB 237 199 114 -
CMYK 0 0.16 0.52 0.07
HSL 41.46º 0.77% 0.69% -
HSV(B) 41.46º 0.52% 0.93% -
XYZ 58.39 60.07 24.44 -
YUV 200.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 237 199 114 0 0.16 0.52 0.07 41.46 0.77 0.69
Hex ED C7 72 0 10 34 7 29 4D 45
Octal 355 307 162 0 20 64 7 51 115 105
Binary 11101101 11000111 1110010 0 10000 110100 111 101001 1001101 1000101

Color Harmonies of #EDC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC772

Black with #EDC772

Text Example


Text Example

White with #EDC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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