Html Css Color HEX #EDCF6E Golden Sand

📋 copy color: '#EDCF6E'

red 237 ◦ green 207 ◦ blue 110

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

Shades of Golden Sand #EDCF6E

Tints of Golden Sand #EDCF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 42.78%
G = 37.36%
B = 19.86%

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

#EDCF6E (or 0xEDCF6E) is known color: Golden Sand. HEX triplet: ED, CF and 6E. RGB value is (237,207,110). Sum of RGB (Red+Green+Blue) = 237+207+110=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF6E is #123091. Grayscale: #CDCDCD. Windows color (decimal): -1192082 or 7262189. OLE color: 7262189.

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

Color convert

RGB 237 207 110 -
CMYK 0 0.13 0.54 0.07
HSL 45.83º 0.78% 0.68% -
HSV(B) 45.83º 0.54% 0.93% -
XYZ 60.05 63.76 23.89 -
YUV 204.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 237 207 110 0 0.13 0.54 0.07 45.83 0.78 0.68
Hex ED CF 6E 0 D 36 7 2E 4E 44
Octal 355 317 156 0 15 66 7 56 116 104
Binary 11101101 11001111 1101110 0 1101 110110 111 101110 1001110 1000100

Color Harmonies of #EDCF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF6E

Black with #EDCF6E

Text Example


Text Example

White with #EDCF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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