Html Css Color HEX #EDD769 Golden Sand

📋 copy color: '#EDD769'

red 237 ◦ green 215 ◦ blue 105

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

Shades of Golden Sand #EDD769

Tints of Golden Sand #EDD769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.6%

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

R = 42.55%
G = 38.6%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD769 (or 0xEDD769) is known color: Golden Sand. HEX triplet: ED, D7 and 69. RGB value is (237,215,105). Sum of RGB (Red+Green+Blue) = 237+215+105=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD769 is #122896. Grayscale: #D1D1D1. Windows color (decimal): -1190039 or 6936557. OLE color: 6936557.

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

Color convert

RGB 237 215 105 -
CMYK 0 0.09 0.56 0.07
HSL 50º 0.79% 0.67% -
HSV(B) 50º 0.56% 0.93% -
XYZ 61.78 67.63 23.16 -
YUV 209.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 237 215 105 0 0.09 0.56 0.07 50 0.79 0.67
Hex ED D7 69 0 9 38 7 32 4F 43
Octal 355 327 151 0 11 70 7 62 117 103
Binary 11101101 11010111 1101001 0 1001 111000 111 110010 1001111 1000011

Color Harmonies of #EDD769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD769

Black with #EDD769

Text Example


Text Example

White with #EDD769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD769; }

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

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

background-color css

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

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

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

border-color css

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

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

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