Html Css Color HEX #EBDA69 Golden Sand

📋 copy color: '#EBDA69'

red 235 ◦ green 218 ◦ blue 105

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

Shades of Golden Sand #EBDA69

Tints of Golden Sand #EBDA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.82%

R = 42.11%
G = 39.07%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBDA69 (or 0xEBDA69) is known color: Golden Sand. HEX triplet: EB, DA and 69. RGB value is (235,218,105). Sum of RGB (Red+Green+Blue) = 235+218+105=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA69 is #142596. Grayscale: #D2D2D2. Windows color (decimal): -1320343 or 6937323. OLE color: 6937323.

HSL color Cylindrical-coordinate representation of color #EBDA69: hue angle of 52.15º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBDA69 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 105 -
CMYK 0 0.07 0.55 0.08
HSL 52.15º 0.76% 0.67% -
HSV(B) 52.15º 0.55% 0.92% -
XYZ 61.88 68.82 23.39 -
YUV 210.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 235 218 105 0 0.07 0.55 0.08 52.15 0.76 0.67
Hex EB DA 69 0 7 37 8 34 4C 43
Octal 353 332 151 0 7 67 10 64 114 103
Binary 11101011 11011010 1101001 0 111 110111 1000 110100 1001100 1000011

Color Harmonies of #EBDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA69

Black with #EBDA69

Text Example


Text Example

White with #EBDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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