Html Css Color HEX #EDCF6D Golden Sand

📋 copy color: '#EDCF6D'

red 237 ◦ green 207 ◦ blue 109

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

Shades of Golden Sand #EDCF6D

Tints of Golden Sand #EDCF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.71%

R = 42.86%
G = 37.43%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDCF6D (or 0xEDCF6D) is known color: Golden Sand. HEX triplet: ED, CF and 6D. RGB value is (237,207,109). Sum of RGB (Red+Green+Blue) = 237+207+109=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF6D is #123092. Grayscale: #CDCDCD. Windows color (decimal): -1192083 or 7196653. OLE color: 7196653.

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

Color convert

RGB 237 207 109 -
CMYK 0 0.13 0.54 0.07
HSL 45.94º 0.78% 0.68% -
HSV(B) 45.94º 0.54% 0.93% -
XYZ 60 63.73 23.61 -
YUV 204.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 237 207 109 0 0.13 0.54 0.07 45.94 0.78 0.68
Hex ED CF 6D 0 D 36 7 2E 4E 44
Octal 355 317 155 0 15 66 7 56 116 104
Binary 11101101 11001111 1101101 0 1101 110110 111 101110 1001110 1000100

Color Harmonies of #EDCF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF6D

Black with #EDCF6D

Text Example


Text Example

White with #EDCF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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