Html Css Color HEX #EDC770 Golden Sand

📋 copy color: '#EDC770'

red 237 ◦ green 199 ◦ blue 112

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

Shades of Golden Sand #EDC770

Tints of Golden Sand #EDC770

RGB

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

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

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

R = 43.25%
G = 36.31%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC770 (or 0xEDC770) is known color: Golden Sand. HEX triplet: ED, C7 and 70. RGB value is (237,199,112). Sum of RGB (Red+Green+Blue) = 237+199+112=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC770 is #12388F. Grayscale: #C8C8C8. Windows color (decimal): -1194128 or 7391213. OLE color: 7391213.

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

Color convert

RGB 237 199 112 -
CMYK 0 0.16 0.53 0.07
HSL 41.76º 0.78% 0.68% -
HSV(B) 41.76º 0.53% 0.93% -
XYZ 58.27 60.02 23.84 -
YUV 200.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 237 199 112 0 0.16 0.53 0.07 41.76 0.78 0.68
Hex ED C7 70 0 10 35 7 2A 4E 44
Octal 355 307 160 0 20 65 7 52 116 104
Binary 11101101 11000111 1110000 0 10000 110101 111 101010 1001110 1000100

Color Harmonies of #EDC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC770

Black with #EDC770

Text Example


Text Example

White with #EDC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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