Html Css Color HEX #EBDB66 Golden Sand

📋 copy color: '#EBDB66'

red 235 ◦ green 219 ◦ blue 102

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

Shades of Golden Sand #EBDB66

Tints of Golden Sand #EBDB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.35%

R = 42.27%
G = 39.39%
B = 18.35%

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

#EBDB66 (or 0xEBDB66) is known color: Golden Sand. HEX triplet: EB, DB and 66. RGB value is (235,219,102). Sum of RGB (Red+Green+Blue) = 235+219+102=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB66 is #142499. Grayscale: #D2D2D2. Windows color (decimal): -1320090 or 6740971. OLE color: 6740971.

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

Color convert

RGB 235 219 102 -
CMYK 0 0.07 0.57 0.08
HSL 52.78º 0.77% 0.66% -
HSV(B) 52.78º 0.57% 0.92% -
XYZ 61.99 69.28 22.68 -
YUV 210.45 66.8 145.51 -
System Red Green Blue C M Y K H S L
Decimal 235 219 102 0 0.07 0.57 0.08 52.78 0.77 0.66
Hex EB DB 66 0 7 39 8 35 4D 42
Octal 353 333 146 0 7 71 10 65 115 102
Binary 11101011 11011011 1100110 0 111 111001 1000 110101 1001101 1000010

Color Harmonies of #EBDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB66

Black with #EBDB66

Text Example


Text Example

White with #EBDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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