Html Css Color HEX #EDD36A Golden Sand

📋 copy color: '#EDD36A'

red 237 ◦ green 211 ◦ blue 106

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

Shades of Golden Sand #EDD36A

Tints of Golden Sand #EDD36A

RGB

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

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

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

R = 42.78%
G = 38.09%
B = 19.13%

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

#EDD36A (or 0xEDD36A) is known color: Golden Sand. HEX triplet: ED, D3 and 6A. RGB value is (237,211,106). Sum of RGB (Red+Green+Blue) = 237+211+106=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD36A is #122C95. Grayscale: #CFCFCF. Windows color (decimal): -1191062 or 7001069. OLE color: 7001069.

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

Color convert

RGB 237 211 106 -
CMYK 0 0.11 0.55 0.07
HSL 48.09º 0.78% 0.67% -
HSV(B) 48.09º 0.55% 0.93% -
XYZ 60.82 65.63 23.1 -
YUV 206.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 237 211 106 0 0.11 0.55 0.07 48.09 0.78 0.67
Hex ED D3 6A 0 B 37 7 30 4E 43
Octal 355 323 152 0 13 67 7 60 116 103
Binary 11101101 11010011 1101010 0 1011 110111 111 110000 1001110 1000011

Color Harmonies of #EDD36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD36A

Black with #EDD36A

Text Example


Text Example

White with #EDD36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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