Html Css Color HEX #EDC970 Golden Sand

📋 copy color: '#EDC970'

red 237 ◦ green 201 ◦ blue 112

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

Shades of Golden Sand #EDC970

Tints of Golden Sand #EDC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.55%

 BLUE value IS 112 (44.14% from 255) = 20.36%

R = 43.09%
G = 36.55%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC970 (or 0xEDC970) is known color: Golden Sand. HEX triplet: ED, C9 and 70. RGB value is (237,201,112). Sum of RGB (Red+Green+Blue) = 237+201+112=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC970 is #12368F. Grayscale: #CACACA. Windows color (decimal): -1193616 or 7391725. OLE color: 7391725.

HSL color Cylindrical-coordinate representation of color #EDC970: hue angle of 42.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDC970 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 112 -
CMYK 0 0.15 0.53 0.07
HSL 42.72º 0.78% 0.68% -
HSV(B) 42.72º 0.53% 0.93% -
XYZ 58.74 60.95 24 -
YUV 201.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 237 201 112 0 0.15 0.53 0.07 42.72 0.78 0.68
Hex ED C9 70 0 F 35 7 2B 4E 44
Octal 355 311 160 0 17 65 7 53 116 104
Binary 11101101 11001001 1110000 0 1111 110101 111 101011 1001110 1000100

Color Harmonies of #EDC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC970

Black with #EDC970

Text Example


Text Example

White with #EDC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC970; }

 p { color: rgb(237,201,112); }

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

background-color css

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

 a { background-color: rgb(237,201,112); }

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

border-color css

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

 span { border-color: rgb(237,201,112); }

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