Html Css Color HEX #EDD967 Golden Sand

📋 copy color: '#EDD967'

red 237 ◦ green 217 ◦ blue 103

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

Shades of Golden Sand #EDD967

Tints of Golden Sand #EDD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

 BLUE value IS 103 (40.63% from 255) = 18.49%

R = 42.55%
G = 38.96%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD967 (or 0xEDD967) is known color: Golden Sand. HEX triplet: ED, D9 and 67. RGB value is (237,217,103). Sum of RGB (Red+Green+Blue) = 237+217+103=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD967 is #122698. Grayscale: #D2D2D2. Windows color (decimal): -1189529 or 6805997. OLE color: 6805997.

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

Color convert

RGB 237 217 103 -
CMYK 0 0.08 0.57 0.07
HSL 51.04º 0.79% 0.67% -
HSV(B) 51.04º 0.57% 0.93% -
XYZ 62.19 68.61 22.8 -
YUV 209.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 237 217 103 0 0.08 0.57 0.07 51.04 0.79 0.67
Hex ED D9 67 0 8 39 7 33 4F 43
Octal 355 331 147 0 10 71 7 63 117 103
Binary 11101101 11011001 1100111 0 1000 111001 111 110011 1001111 1000011

Color Harmonies of #EDD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD967

Black with #EDD967

Text Example


Text Example

White with #EDD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD967; }

 p { color: rgb(237,217,103); }

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

background-color css

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

 a { background-color: rgb(237,217,103); }

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

border-color css

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

 span { border-color: rgb(237,217,103); }

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