Html Css Color HEX #EDD06A Golden Sand

📋 copy color: '#EDD06A'

red 237 ◦ green 208 ◦ blue 106

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

Shades of Golden Sand #EDD06A

Tints of Golden Sand #EDD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.75%

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

R = 43.01%
G = 37.75%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD06A (or 0xEDD06A) is known color: Golden Sand. HEX triplet: ED, D0 and 6A. RGB value is (237,208,106). Sum of RGB (Red+Green+Blue) = 237+208+106=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06A is #122F95. Grayscale: #CDCDCD. Windows color (decimal): -1191830 or 7000301. OLE color: 7000301.

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

Color convert

RGB 237 208 106 -
CMYK 0 0.12 0.55 0.07
HSL 46.72º 0.78% 0.67% -
HSV(B) 46.72º 0.55% 0.93% -
XYZ 60.08 64.16 22.85 -
YUV 205.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 237 208 106 0 0.12 0.55 0.07 46.72 0.78 0.67
Hex ED D0 6A 0 C 37 7 2F 4E 43
Octal 355 320 152 0 14 67 7 57 116 103
Binary 11101101 11010000 1101010 0 1100 110111 111 101111 1001110 1000011

Color Harmonies of #EDD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD06A

Black with #EDD06A

Text Example


Text Example

White with #EDD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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