Html Css Color HEX #EDDC6A Golden Sand

📋 copy color: '#EDDC6A'

red 237 ◦ green 220 ◦ blue 106

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

Shades of Golden Sand #EDDC6A

Tints of Golden Sand #EDDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.83%

R = 42.1%
G = 39.08%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDDC6A (or 0xEDDC6A) is known color: Golden Sand. HEX triplet: ED, DC and 6A. RGB value is (237,220,106). Sum of RGB (Red+Green+Blue) = 237+220+106=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC6A is #122395. Grayscale: #D4D4D4. Windows color (decimal): -1188758 or 7003373. OLE color: 7003373.

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

Color convert

RGB 237 220 106 -
CMYK 0 0.07 0.55 0.07
HSL 52.21º 0.78% 0.67% -
HSV(B) 52.21º 0.55% 0.93% -
XYZ 63.12 70.23 23.86 -
YUV 212.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 237 220 106 0 0.07 0.55 0.07 52.21 0.78 0.67
Hex ED DC 6A 0 7 37 7 34 4E 43
Octal 355 334 152 0 7 67 7 64 116 103
Binary 11101101 11011100 1101010 0 111 110111 111 110100 1001110 1000011

Color Harmonies of #EDDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC6A

Black with #EDDC6A

Text Example


Text Example

White with #EDDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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