Html Css Color HEX #EDCF60 Golden Sand

📋 copy color: '#EDCF60'

red 237 ◦ green 207 ◦ blue 96

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

Shades of Golden Sand #EDCF60

Tints of Golden Sand #EDCF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.78%

R = 43.89%
G = 38.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDCF60 (or 0xEDCF60) is known color: Golden Sand. HEX triplet: ED, CF and 60. RGB value is (237,207,96). Sum of RGB (Red+Green+Blue) = 237+207+96=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF60 is #12309F. Grayscale: #CBCBCB. Windows color (decimal): -1192096 or 6344685. OLE color: 6344685.

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

Color convert

RGB 237 207 96 -
CMYK 0 0.13 0.59 0.07
HSL 47.23º 0.8% 0.65% -
HSV(B) 47.23º 0.59% 0.93% -
XYZ 59.35 63.47 20.19 -
YUV 203.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 237 207 96 0 0.13 0.59 0.07 47.23 0.8 0.65
Hex ED CF 60 0 D 3B 7 2F 50 41
Octal 355 317 140 0 15 73 7 57 120 101
Binary 11101101 11001111 1100000 0 1101 111011 111 101111 1010000 1000001

Color Harmonies of #EDCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF60

Black with #EDCF60

Text Example


Text Example

White with #EDCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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