Html Css Color HEX #EAD36F Golden Sand

📋 copy color: '#EAD36F'

red 234 ◦ green 211 ◦ blue 111

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

Shades of Golden Sand #EAD36F

Tints of Golden Sand #EAD36F

RGB

 RED value IS 234 (91.8% from 255) = 42.09%

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

 BLUE value IS 111 (43.75% from 255) = 19.96%

R = 42.09%
G = 37.95%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD36F (or 0xEAD36F) is known color: Golden Sand. HEX triplet: EA, D3 and 6F. RGB value is (234,211,111). Sum of RGB (Red+Green+Blue) = 234+211+111=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD36F is #152C90. Grayscale: #CECECE. Windows color (decimal): -1387665 or 7328746. OLE color: 7328746.

HSL color Cylindrical-coordinate representation of color #EAD36F: hue angle of 48.78º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAD36F is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 111 -
CMYK 0 0.10 0.53 0.08
HSL 48.78º 0.75% 0.68% -
HSV(B) 48.78º 0.53% 0.92% -
XYZ 60.1 65.23 24.46 -
YUV 206.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 234 211 111 0 0.10 0.53 0.08 48.78 0.75 0.68
Hex EA D3 6F 0 A 35 8 31 4B 44
Octal 352 323 157 0 12 65 10 61 113 104
Binary 11101010 11010011 1101111 0 1010 110101 1000 110001 1001011 1000100

Color Harmonies of #EAD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD36F

Black with #EAD36F

Text Example


Text Example

White with #EAD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD36F; }

 p { color: rgb(234,211,111); }

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

background-color css

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

 a { background-color: rgb(234,211,111); }

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

border-color css

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

 span { border-color: rgb(234,211,111); }

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