Html Css Color HEX #EDDC69 Golden Sand

📋 copy color: '#EDDC69'

red 237 ◦ green 220 ◦ blue 105

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

Shades of Golden Sand #EDDC69

Tints of Golden Sand #EDDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

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

R = 42.17%
G = 39.15%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDDC69 (or 0xEDDC69) is known color: Golden Sand. HEX triplet: ED, DC and 69. RGB value is (237,220,105). Sum of RGB (Red+Green+Blue) = 237+220+105=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC69 is #122396. Grayscale: #D4D4D4. Windows color (decimal): -1188759 or 6937837. OLE color: 6937837.

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

Color convert

RGB 237 220 105 -
CMYK 0 0.07 0.56 0.07
HSL 52.27º 0.79% 0.67% -
HSV(B) 52.27º 0.56% 0.93% -
XYZ 63.07 70.21 23.59 -
YUV 211.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 237 220 105 0 0.07 0.56 0.07 52.27 0.79 0.67
Hex ED DC 69 0 7 38 7 34 4F 43
Octal 355 334 151 0 7 70 7 64 117 103
Binary 11101101 11011100 1101001 0 111 111000 111 110100 1001111 1000011

Color Harmonies of #EDDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC69

Black with #EDDC69

Text Example


Text Example

White with #EDDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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