Html Css Color HEX #EDC870 Golden Sand

📋 copy color: '#EDC870'

red 237 ◦ green 200 ◦ blue 112

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

Shades of Golden Sand #EDC870

Tints of Golden Sand #EDC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.43%

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

R = 43.17%
G = 36.43%
B = 20.4%

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

#EDC870 (or 0xEDC870) is known color: Golden Sand. HEX triplet: ED, C8 and 70. RGB value is (237,200,112). Sum of RGB (Red+Green+Blue) = 237+200+112=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC870 is #12378F. Grayscale: #C9C9C9. Windows color (decimal): -1193872 or 7391469. OLE color: 7391469.

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

Color convert

RGB 237 200 112 -
CMYK 0 0.16 0.53 0.07
HSL 42.24º 0.78% 0.68% -
HSV(B) 42.24º 0.53% 0.93% -
XYZ 58.5 60.48 23.92 -
YUV 201.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 237 200 112 0 0.16 0.53 0.07 42.24 0.78 0.68
Hex ED C8 70 0 10 35 7 2A 4E 44
Octal 355 310 160 0 20 65 7 52 116 104
Binary 11101101 11001000 1110000 0 10000 110101 111 101010 1001110 1000100

Color Harmonies of #EDC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC870

Black with #EDC870

Text Example


Text Example

White with #EDC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC870; }

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

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

background-color css

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

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

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

border-color css

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

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

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