Html Css Color HEX #EDCE74 Golden Sand

📋 copy color: '#EDCE74'

red 237 ◦ green 206 ◦ blue 116

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

Shades of Golden Sand #EDCE74

Tints of Golden Sand #EDCE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.75%

R = 42.4%
G = 36.85%
B = 20.75%

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

#EDCE74 (or 0xEDCE74) is known color: Golden Sand. HEX triplet: ED, CE and 74. RGB value is (237,206,116). Sum of RGB (Red+Green+Blue) = 237+206+116=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE74 is #12318B. Grayscale: #CDCDCD. Windows color (decimal): -1192332 or 7655149. OLE color: 7655149.

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

Color convert

RGB 237 206 116 -
CMYK 0 0.13 0.51 0.07
HSL 44.63º 0.77% 0.69% -
HSV(B) 44.63º 0.51% 0.93% -
XYZ 60.15 63.41 25.59 -
YUV 205.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 237 206 116 0 0.13 0.51 0.07 44.63 0.77 0.69
Hex ED CE 74 0 D 33 7 2D 4D 45
Octal 355 316 164 0 15 63 7 55 115 105
Binary 11101101 11001110 1110100 0 1101 110011 111 101101 1001101 1000101

Color Harmonies of #EDCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE74

Black with #EDCE74

Text Example


Text Example

White with #EDCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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