Html Css Color HEX #EDCF76 Golden Sand

📋 copy color: '#EDCF76'

red 237 ◦ green 207 ◦ blue 118

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

Shades of Golden Sand #EDCF76

Tints of Golden Sand #EDCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

 BLUE value IS 118 (46.48% from 255) = 21%

R = 42.17%
G = 36.83%
B = 21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDCF76 (or 0xEDCF76) is known color: Golden Sand. HEX triplet: ED, CF and 76. RGB value is (237,207,118). Sum of RGB (Red+Green+Blue) = 237+207+118=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF76 is #123089. Grayscale: #CECECE. Windows color (decimal): -1192074 or 7786477. OLE color: 7786477.

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

Color convert

RGB 237 207 118 -
CMYK 0 0.13 0.50 0.07
HSL 44.87º 0.77% 0.7% -
HSV(B) 44.87º 0.5% 0.93% -
XYZ 60.51 63.94 26.29 -
YUV 205.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 237 207 118 0 0.13 0.50 0.07 44.87 0.77 0.7
Hex ED CF 76 0 D 32 7 2D 4D 46
Octal 355 317 166 0 15 62 7 55 115 106
Binary 11101101 11001111 1110110 0 1101 110010 111 101101 1001101 1000110

Color Harmonies of #EDCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF76

Black with #EDCF76

Text Example


Text Example

White with #EDCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF76; }

 p { color: rgb(237,207,118); }

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

background-color css

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

 a { background-color: rgb(237,207,118); }

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

border-color css

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

 span { border-color: rgb(237,207,118); }

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