Html Css Color HEX #EDCE71 Golden Sand

📋 copy color: '#EDCE71'

red 237 ◦ green 206 ◦ blue 113

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

Shades of Golden Sand #EDCE71

Tints of Golden Sand #EDCE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.32%

R = 42.63%
G = 37.05%
B = 20.32%

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

#EDCE71 (or 0xEDCE71) is known color: Golden Sand. HEX triplet: ED, CE and 71. RGB value is (237,206,113). Sum of RGB (Red+Green+Blue) = 237+206+113=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE71 is #12318E. Grayscale: #CDCDCD. Windows color (decimal): -1192335 or 7458541. OLE color: 7458541.

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

Color convert

RGB 237 206 113 -
CMYK 0 0.13 0.52 0.07
HSL 45º 0.78% 0.69% -
HSV(B) 45º 0.52% 0.93% -
XYZ 59.98 63.34 24.69 -
YUV 204.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 237 206 113 0 0.13 0.52 0.07 45 0.78 0.69
Hex ED CE 71 0 D 34 7 2D 4E 45
Octal 355 316 161 0 15 64 7 55 116 105
Binary 11101101 11001110 1110001 0 1101 110100 111 101101 1001110 1000101

Color Harmonies of #EDCE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE71

Black with #EDCE71

Text Example


Text Example

White with #EDCE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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