Html Css Color HEX #EDCE75 Golden Sand

📋 copy color: '#EDCE75'

red 237 ◦ green 206 ◦ blue 117

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

Shades of Golden Sand #EDCE75

Tints of Golden Sand #EDCE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.89%

R = 42.32%
G = 36.79%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDCE75 (or 0xEDCE75) is known color: Golden Sand. HEX triplet: ED, CE and 75. RGB value is (237,206,117). Sum of RGB (Red+Green+Blue) = 237+206+117=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE75 is #12318A. Grayscale: #CDCDCD. Windows color (decimal): -1192331 or 7720685. OLE color: 7720685.

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

Color convert

RGB 237 206 117 -
CMYK 0 0.13 0.51 0.07
HSL 44.5º 0.77% 0.69% -
HSV(B) 44.5º 0.51% 0.93% -
XYZ 60.21 63.43 25.9 -
YUV 205.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 237 206 117 0 0.13 0.51 0.07 44.5 0.77 0.69
Hex ED CE 75 0 D 33 7 2C 4D 45
Octal 355 316 165 0 15 63 7 54 115 105
Binary 11101101 11001110 1110101 0 1101 110011 111 101100 1001101 1000101

Color Harmonies of #EDCE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE75

Black with #EDCE75

Text Example


Text Example

White with #EDCE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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