Html Css Color HEX #EDCF73 Golden Sand

📋 copy color: '#EDCF73'

red 237 ◦ green 207 ◦ blue 115

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

Shades of Golden Sand #EDCF73

Tints of Golden Sand #EDCF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 42.4%
G = 37.03%
B = 20.57%

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

#EDCF73 (or 0xEDCF73) is known color: Golden Sand. HEX triplet: ED, CF and 73. RGB value is (237,207,115). Sum of RGB (Red+Green+Blue) = 237+207+115=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF73 is #12308C. Grayscale: #CDCDCD. Windows color (decimal): -1192077 or 7589869. OLE color: 7589869.

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

Color convert

RGB 237 207 115 -
CMYK 0 0.13 0.51 0.07
HSL 45.25º 0.77% 0.69% -
HSV(B) 45.25º 0.51% 0.93% -
XYZ 60.33 63.87 25.37 -
YUV 205.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 237 207 115 0 0.13 0.51 0.07 45.25 0.77 0.69
Hex ED CF 73 0 D 33 7 2D 4D 45
Octal 355 317 163 0 15 63 7 55 115 105
Binary 11101101 11001111 1110011 0 1101 110011 111 101101 1001101 1000101

Color Harmonies of #EDCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF73

Black with #EDCF73

Text Example


Text Example

White with #EDCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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