Html Css Color HEX #EBD464 Golden Sand

📋 copy color: '#EBD464'

red 235 ◦ green 212 ◦ blue 100

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

Shades of Golden Sand #EBD464

Tints of Golden Sand #EBD464

RGB

 RED value IS 235 (92.19% from 255) = 42.96%

 GREEN value IS 212 (83.2% from 255) = 38.76%

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 42.96%
G = 38.76%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBD464 (or 0xEBD464) is known color: Golden Sand. HEX triplet: EB, D4 and 64. RGB value is (235,212,100). Sum of RGB (Red+Green+Blue) = 235+212+100=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD464 is #142B9B. Grayscale: #CECECE. Windows color (decimal): -1321884 or 6608107. OLE color: 6608107.

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

Color convert

RGB 235 212 100 -
CMYK 0 0.10 0.57 0.08
HSL 49.78º 0.77% 0.66% -
HSV(B) 49.78º 0.57% 0.92% -
XYZ 60.1 65.67 21.56 -
YUV 206.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 235 212 100 0 0.10 0.57 0.08 49.78 0.77 0.66
Hex EB D4 64 0 A 39 8 32 4D 42
Octal 353 324 144 0 12 71 10 62 115 102
Binary 11101011 11010100 1100100 0 1010 111001 1000 110010 1001101 1000010

Color Harmonies of #EBD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD464

Black with #EBD464

Text Example


Text Example

White with #EBD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD464; }

 p { color: rgb(235,212,100); }

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

background-color css

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

 a { background-color: rgb(235,212,100); }

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

border-color css

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

 span { border-color: rgb(235,212,100); }

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