Html Css Color HEX #EBDB64 Golden Sand

📋 copy color: '#EBDB64'

red 235 ◦ green 219 ◦ blue 100

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

Shades of Golden Sand #EBDB64

Tints of Golden Sand #EBDB64

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.53%

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

R = 42.42%
G = 39.53%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBDB64 (or 0xEBDB64) is known color: Golden Sand. HEX triplet: EB, DB and 64. RGB value is (235,219,100). Sum of RGB (Red+Green+Blue) = 235+219+100=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB64 is #14249B. Grayscale: #D2D2D2. Windows color (decimal): -1320092 or 6609899. OLE color: 6609899.

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

Color convert

RGB 235 219 100 -
CMYK 0 0.07 0.57 0.08
HSL 52.89º 0.77% 0.66% -
HSV(B) 52.89º 0.57% 0.92% -
XYZ 61.89 69.25 22.16 -
YUV 210.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 235 219 100 0 0.07 0.57 0.08 52.89 0.77 0.66
Hex EB DB 64 0 7 39 8 35 4D 42
Octal 353 333 144 0 7 71 10 65 115 102
Binary 11101011 11011011 1100100 0 111 111001 1000 110101 1001101 1000010

Color Harmonies of #EBDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB64

Black with #EBDB64

Text Example


Text Example

White with #EBDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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