Html Css Color HEX #EDD36B Golden Sand

📋 copy color: '#EDD36B'

red 237 ◦ green 211 ◦ blue 107

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

Shades of Golden Sand #EDD36B

Tints of Golden Sand #EDD36B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 42.7%
G = 38.02%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD36B (or 0xEDD36B) is known color: Golden Sand. HEX triplet: ED, D3 and 6B. RGB value is (237,211,107). Sum of RGB (Red+Green+Blue) = 237+211+107=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD36B is #122C94. Grayscale: #CFCFCF. Windows color (decimal): -1191061 or 7066605. OLE color: 7066605.

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

Color convert

RGB 237 211 107 -
CMYK 0 0.11 0.55 0.07
HSL 48º 0.78% 0.67% -
HSV(B) 48º 0.55% 0.93% -
XYZ 60.87 65.65 23.37 -
YUV 206.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 237 211 107 0 0.11 0.55 0.07 48 0.78 0.67
Hex ED D3 6B 0 B 37 7 30 4E 43
Octal 355 323 153 0 13 67 7 60 116 103
Binary 11101101 11010011 1101011 0 1011 110111 111 110000 1001110 1000011

Color Harmonies of #EDD36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD36B

Black with #EDD36B

Text Example


Text Example

White with #EDD36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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