Html Css Color HEX #EDCF77 Golden Sand

📋 copy color: '#EDCF77'

red 237 ◦ green 207 ◦ blue 119

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

Shades of Golden Sand #EDCF77

Tints of Golden Sand #EDCF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.14%

R = 42.1%
G = 36.77%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDCF77 (or 0xEDCF77) is known color: Golden Sand. HEX triplet: ED, CF and 77. RGB value is (237,207,119). Sum of RGB (Red+Green+Blue) = 237+207+119=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF77 is #123088. Grayscale: #CECECE. Windows color (decimal): -1192073 or 7852013. OLE color: 7852013.

HSL color Cylindrical-coordinate representation of color #EDCF77: hue angle of 44.75º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDCF77 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 119 -
CMYK 0 0.13 0.50 0.07
HSL 44.75º 0.77% 0.7% -
HSV(B) 44.75º 0.5% 0.93% -
XYZ 60.57 63.96 26.61 -
YUV 205.94 78.94 150.16 -
System Red Green Blue C M Y K H S L
Decimal 237 207 119 0 0.13 0.50 0.07 44.75 0.77 0.7
Hex ED CF 77 0 D 32 7 2D 4D 46
Octal 355 317 167 0 15 62 7 55 115 106
Binary 11101101 11001111 1110111 0 1101 110010 111 101101 1001101 1000110

Color Harmonies of #EDCF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF77

Black with #EDCF77

Text Example


Text Example

White with #EDCF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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