Html Css Color HEX #EDD064 Golden Sand

📋 copy color: '#EDD064'

red 237 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #EDD064

Tints of Golden Sand #EDD064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 43.49%
G = 38.17%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD064 (or 0xEDD064) is known color: Golden Sand. HEX triplet: ED, D0 and 64. RGB value is (237,208,100). Sum of RGB (Red+Green+Blue) = 237+208+100=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD064 is #122F9B. Grayscale: #CCCCCC. Windows color (decimal): -1191836 or 6607085. OLE color: 6607085.

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

Color convert

RGB 237 208 100 -
CMYK 0 0.12 0.58 0.07
HSL 47.3º 0.79% 0.66% -
HSV(B) 47.3º 0.58% 0.93% -
XYZ 59.78 64.04 21.27 -
YUV 204.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 237 208 100 0 0.12 0.58 0.07 47.3 0.79 0.66
Hex ED D0 64 0 C 3A 7 2F 4F 42
Octal 355 320 144 0 14 72 7 57 117 102
Binary 11101101 11010000 1100100 0 1100 111010 111 101111 1001111 1000010

Color Harmonies of #EDD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD064

Black with #EDD064

Text Example


Text Example

White with #EDD064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD064; }

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

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

background-color css

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

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

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

border-color css

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

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

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