Html Css Color HEX #EDDB6A Golden Sand

📋 copy color: '#EDDB6A'

red 237 ◦ green 219 ◦ blue 106

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

Shades of Golden Sand #EDDB6A

Tints of Golden Sand #EDDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.97%

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

R = 42.17%
G = 38.97%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDDB6A (or 0xEDDB6A) is known color: Golden Sand. HEX triplet: ED, DB and 6A. RGB value is (237,219,106). Sum of RGB (Red+Green+Blue) = 237+219+106=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB6A is #122495. Grayscale: #D3D3D3. Windows color (decimal): -1189014 or 7003117. OLE color: 7003117.

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

Color convert

RGB 237 219 106 -
CMYK 0 0.08 0.55 0.07
HSL 51.76º 0.78% 0.67% -
HSV(B) 51.76º 0.55% 0.93% -
XYZ 62.86 69.71 23.78 -
YUV 211.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 237 219 106 0 0.08 0.55 0.07 51.76 0.78 0.67
Hex ED DB 6A 0 8 37 7 34 4E 43
Octal 355 333 152 0 10 67 7 64 116 103
Binary 11101101 11011011 1101010 0 1000 110111 111 110100 1001110 1000011

Color Harmonies of #EDDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB6A

Black with #EDDB6A

Text Example


Text Example

White with #EDDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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