Html Css Color HEX #EDD66B Golden Sand

📋 copy color: '#EDD66B'

red 237 ◦ green 214 ◦ blue 107

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

Shades of Golden Sand #EDD66B

Tints of Golden Sand #EDD66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 42.47%
G = 38.35%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD66B (or 0xEDD66B) is known color: Golden Sand. HEX triplet: ED, D6 and 6B. RGB value is (237,214,107). Sum of RGB (Red+Green+Blue) = 237+214+107=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD66B is #122994. Grayscale: #D1D1D1. Windows color (decimal): -1190293 or 7067373. OLE color: 7067373.

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

Color convert

RGB 237 214 107 -
CMYK 0 0.10 0.55 0.07
HSL 49.38º 0.78% 0.67% -
HSV(B) 49.38º 0.55% 0.93% -
XYZ 61.63 67.16 23.62 -
YUV 208.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 237 214 107 0 0.10 0.55 0.07 49.38 0.78 0.67
Hex ED D6 6B 0 A 37 7 31 4E 43
Octal 355 326 153 0 12 67 7 61 116 103
Binary 11101101 11010110 1101011 0 1010 110111 111 110001 1001110 1000011

Color Harmonies of #EDD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD66B

Black with #EDD66B

Text Example


Text Example

White with #EDD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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