Html Css Color HEX #EDCE70 Golden Sand

📋 copy color: '#EDCE70'

red 237 ◦ green 206 ◦ blue 112

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

Shades of Golden Sand #EDCE70

Tints of Golden Sand #EDCE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

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

R = 42.7%
G = 37.12%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDCE70 (or 0xEDCE70) is known color: Golden Sand. HEX triplet: ED, CE and 70. RGB value is (237,206,112). Sum of RGB (Red+Green+Blue) = 237+206+112=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE70 is #12318F. Grayscale: #CCCCCC. Windows color (decimal): -1192336 or 7393005. OLE color: 7393005.

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

Color convert

RGB 237 206 112 -
CMYK 0 0.13 0.53 0.07
HSL 45.12º 0.78% 0.68% -
HSV(B) 45.12º 0.53% 0.93% -
XYZ 59.92 63.32 24.39 -
YUV 204.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 237 206 112 0 0.13 0.53 0.07 45.12 0.78 0.68
Hex ED CE 70 0 D 35 7 2D 4E 44
Octal 355 316 160 0 15 65 7 55 116 104
Binary 11101101 11001110 1110000 0 1101 110101 111 101101 1001110 1000100

Color Harmonies of #EDCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE70

Black with #EDCE70

Text Example


Text Example

White with #EDCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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