Html Css Color HEX #EDDA6B Golden Sand

📋 copy color: '#EDDA6B'

red 237 ◦ green 218 ◦ blue 107

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

Shades of Golden Sand #EDDA6B

Tints of Golden Sand #EDDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

 BLUE value IS 107 (42.19% from 255) = 19.04%

R = 42.17%
G = 38.79%
B = 19.04%

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

#EDDA6B (or 0xEDDA6B) is known color: Golden Sand. HEX triplet: ED, DA and 6B. RGB value is (237,218,107). Sum of RGB (Red+Green+Blue) = 237+218+107=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA6B is #122594. Grayscale: #D3D3D3. Windows color (decimal): -1189269 or 7068397. OLE color: 7068397.

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

Color convert

RGB 237 218 107 -
CMYK 0 0.08 0.55 0.07
HSL 51.23º 0.78% 0.67% -
HSV(B) 51.23º 0.55% 0.93% -
XYZ 62.65 69.21 23.97 -
YUV 211.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 237 218 107 0 0.08 0.55 0.07 51.23 0.78 0.67
Hex ED DA 6B 0 8 37 7 33 4E 43
Octal 355 332 153 0 10 67 7 63 116 103
Binary 11101101 11011010 1101011 0 1000 110111 111 110011 1001110 1000011

Color Harmonies of #EDDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA6B

Black with #EDDA6B

Text Example


Text Example

White with #EDDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA6B; }

 p { color: rgb(237,218,107); }

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

background-color css

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

 a { background-color: rgb(237,218,107); }

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

border-color css

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

 span { border-color: rgb(237,218,107); }

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