Html Css Color HEX #EDC974 Golden Sand

📋 copy color: '#EDC974'

red 237 ◦ green 201 ◦ blue 116

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

Shades of Golden Sand #EDC974

Tints of Golden Sand #EDC974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.94%

R = 42.78%
G = 36.28%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC974 (or 0xEDC974) is known color: Golden Sand. HEX triplet: ED, C9 and 74. RGB value is (237,201,116). Sum of RGB (Red+Green+Blue) = 237+201+116=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC974 is #12368B. Grayscale: #CACACA. Windows color (decimal): -1193612 or 7653869. OLE color: 7653869.

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

Color convert

RGB 237 201 116 -
CMYK 0 0.15 0.51 0.07
HSL 42.15º 0.77% 0.69% -
HSV(B) 42.15º 0.51% 0.93% -
XYZ 58.96 61.04 25.2 -
YUV 202.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 237 201 116 0 0.15 0.51 0.07 42.15 0.77 0.69
Hex ED C9 74 0 F 33 7 2A 4D 45
Octal 355 311 164 0 17 63 7 52 115 105
Binary 11101101 11001001 1110100 0 1111 110011 111 101010 1001101 1000101

Color Harmonies of #EDC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC974

Black with #EDC974

Text Example


Text Example

White with #EDC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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