Html Css Color HEX #EDC569 Golden Sand

📋 copy color: '#EDC569'

red 237 ◦ green 197 ◦ blue 105

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

Shades of Golden Sand #EDC569

Tints of Golden Sand #EDC569

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.55%

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 43.97%
G = 36.55%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDC569 (or 0xEDC569) is known color: Golden Sand. HEX triplet: ED, C5 and 69. RGB value is (237,197,105). Sum of RGB (Red+Green+Blue) = 237+197+105=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC569 is #123A96. Grayscale: #C6C6C6. Windows color (decimal): -1194647 or 6931949. OLE color: 6931949.

HSL color Cylindrical-coordinate representation of color #EDC569: hue angle of 41.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDC569 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 105 -
CMYK 0 0.17 0.56 0.07
HSL 41.82º 0.79% 0.67% -
HSV(B) 41.82º 0.56% 0.93% -
XYZ 57.44 58.96 21.72 -
YUV 198.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 237 197 105 0 0.17 0.56 0.07 41.82 0.79 0.67
Hex ED C5 69 0 11 38 7 2A 4F 43
Octal 355 305 151 0 21 70 7 52 117 103
Binary 11101101 11000101 1101001 0 10001 111000 111 101010 1001111 1000011

Color Harmonies of #EDC569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC569

Black with #EDC569

Text Example


Text Example

White with #EDC569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC569; }

 p { color: rgb(237,197,105); }

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

background-color css

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

 a { background-color: rgb(237,197,105); }

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

border-color css

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

 span { border-color: rgb(237,197,105); }

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