Html Css Color HEX #EDCE72 Golden Sand

📋 copy color: '#EDCE72'

red 237 ◦ green 206 ◦ blue 114

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

Shades of Golden Sand #EDCE72

Tints of Golden Sand #EDCE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.47%

R = 42.55%
G = 36.98%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDCE72 (or 0xEDCE72) is known color: Golden Sand. HEX triplet: ED, CE and 72. RGB value is (237,206,114). Sum of RGB (Red+Green+Blue) = 237+206+114=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE72 is #12318D. Grayscale: #CDCDCD. Windows color (decimal): -1192334 or 7524077. OLE color: 7524077.

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

Color convert

RGB 237 206 114 -
CMYK 0 0.13 0.52 0.07
HSL 44.88º 0.77% 0.69% -
HSV(B) 44.88º 0.52% 0.93% -
XYZ 60.03 63.36 24.99 -
YUV 204.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 237 206 114 0 0.13 0.52 0.07 44.88 0.77 0.69
Hex ED CE 72 0 D 34 7 2D 4D 45
Octal 355 316 162 0 15 64 7 55 115 105
Binary 11101101 11001110 1110010 0 1101 110100 111 101101 1001101 1000101

Color Harmonies of #EDCE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE72

Black with #EDCE72

Text Example


Text Example

White with #EDCE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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