Html Css Color HEX #EDD569 Golden Sand

📋 copy color: '#EDD569'

red 237 ◦ green 213 ◦ blue 105

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

Shades of Golden Sand #EDD569

Tints of Golden Sand #EDD569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.38%

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

R = 42.7%
G = 38.38%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD569 (or 0xEDD569) is known color: Golden Sand. HEX triplet: ED, D5 and 69. RGB value is (237,213,105). Sum of RGB (Red+Green+Blue) = 237+213+105=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD569 is #122A96. Grayscale: #D0D0D0. Windows color (decimal): -1190551 or 6936045. OLE color: 6936045.

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

Color convert

RGB 237 213 105 -
CMYK 0 0.10 0.56 0.07
HSL 49.09º 0.79% 0.67% -
HSV(B) 49.09º 0.56% 0.93% -
XYZ 61.27 66.61 22.99 -
YUV 207.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 237 213 105 0 0.10 0.56 0.07 49.09 0.79 0.67
Hex ED D5 69 0 A 38 7 31 4F 43
Octal 355 325 151 0 12 70 7 61 117 103
Binary 11101101 11010101 1101001 0 1010 111000 111 110001 1001111 1000011

Color Harmonies of #EDD569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD569

Black with #EDD569

Text Example


Text Example

White with #EDD569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD569; }

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

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

background-color css

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

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

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

border-color css

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

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

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