Html Css Color HEX #EDCF70 Golden Sand

📋 copy color: '#EDCF70'

red 237 ◦ green 207 ◦ blue 112

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

Shades of Golden Sand #EDCF70

Tints of Golden Sand #EDCF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.14%

R = 42.63%
G = 37.23%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDCF70 (or 0xEDCF70) is known color: Golden Sand. HEX triplet: ED, CF and 70. RGB value is (237,207,112). Sum of RGB (Red+Green+Blue) = 237+207+112=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF70 is #12308F. Grayscale: #CDCDCD. Windows color (decimal): -1192080 or 7393261. OLE color: 7393261.

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

Color convert

RGB 237 207 112 -
CMYK 0 0.13 0.53 0.07
HSL 45.6º 0.78% 0.68% -
HSV(B) 45.6º 0.53% 0.93% -
XYZ 60.16 63.8 24.47 -
YUV 205.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 237 207 112 0 0.13 0.53 0.07 45.6 0.78 0.68
Hex ED CF 70 0 D 35 7 2E 4E 44
Octal 355 317 160 0 15 65 7 56 116 104
Binary 11101101 11001111 1110000 0 1101 110101 111 101110 1001110 1000100

Color Harmonies of #EDCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF70

Black with #EDCF70

Text Example


Text Example

White with #EDCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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