Html Css Color HEX #EDD269 Golden Sand

📋 copy color: '#EDD269'

red 237 ◦ green 210 ◦ blue 105

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

Shades of Golden Sand #EDD269

Tints of Golden Sand #EDD269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.04%

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

R = 42.93%
G = 38.04%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD269 (or 0xEDD269) is known color: Golden Sand. HEX triplet: ED, D2 and 69. RGB value is (237,210,105). Sum of RGB (Red+Green+Blue) = 237+210+105=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD269 is #122D96. Grayscale: #CECECE. Windows color (decimal): -1191319 or 6935277. OLE color: 6935277.

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

Color convert

RGB 237 210 105 -
CMYK 0 0.11 0.56 0.07
HSL 47.73º 0.79% 0.67% -
HSV(B) 47.73º 0.56% 0.93% -
XYZ 60.52 65.12 22.74 -
YUV 206.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 237 210 105 0 0.11 0.56 0.07 47.73 0.79 0.67
Hex ED D2 69 0 B 38 7 30 4F 43
Octal 355 322 151 0 13 70 7 60 117 103
Binary 11101101 11010010 1101001 0 1011 111000 111 110000 1001111 1000011

Color Harmonies of #EDD269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD269

Black with #EDD269

Text Example


Text Example

White with #EDD269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD269; }

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

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

background-color css

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

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

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

border-color css

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

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

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