Html Css Color HEX #EBDA65 Golden Sand

📋 copy color: '#EBDA65'

red 235 ◦ green 218 ◦ blue 101

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

Shades of Golden Sand #EBDA65

Tints of Golden Sand #EBDA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.35%

 BLUE value IS 101 (39.84% from 255) = 18.23%

R = 42.42%
G = 39.35%
B = 18.23%

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

#EBDA65 (or 0xEBDA65) is known color: Golden Sand. HEX triplet: EB, DA and 65. RGB value is (235,218,101). Sum of RGB (Red+Green+Blue) = 235+218+101=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA65 is #14259A. Grayscale: #D2D2D2. Windows color (decimal): -1320347 or 6675179. OLE color: 6675179.

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

Color convert

RGB 235 218 101 -
CMYK 0 0.07 0.57 0.08
HSL 52.39º 0.77% 0.66% -
HSV(B) 52.39º 0.57% 0.92% -
XYZ 61.68 68.74 22.33 -
YUV 209.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 235 218 101 0 0.07 0.57 0.08 52.39 0.77 0.66
Hex EB DA 65 0 7 39 8 34 4D 42
Octal 353 332 145 0 7 71 10 64 115 102
Binary 11101011 11011010 1100101 0 111 111001 1000 110100 1001101 1000010

Color Harmonies of #EBDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA65

Black with #EBDA65

Text Example


Text Example

White with #EBDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA65; }

 p { color: rgb(235,218,101); }

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

background-color css

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

 a { background-color: rgb(235,218,101); }

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

border-color css

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

 span { border-color: rgb(235,218,101); }

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