Html Css Color HEX #EBDC66 Golden Sand

📋 copy color: '#EBDC66'

red 235 ◦ green 220 ◦ blue 102

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

Shades of Golden Sand #EBDC66

Tints of Golden Sand #EBDC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

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

R = 42.19%
G = 39.5%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBDC66 (or 0xEBDC66) is known color: Golden Sand. HEX triplet: EB, DC and 66. RGB value is (235,220,102). Sum of RGB (Red+Green+Blue) = 235+220+102=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC66 is #142399. Grayscale: #D3D3D3. Windows color (decimal): -1319834 or 6741227. OLE color: 6741227.

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

Color convert

RGB 235 220 102 -
CMYK 0 0.06 0.57 0.08
HSL 53.23º 0.77% 0.66% -
HSV(B) 53.23º 0.57% 0.92% -
XYZ 62.25 69.81 22.76 -
YUV 211.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 235 220 102 0 0.06 0.57 0.08 53.23 0.77 0.66
Hex EB DC 66 0 6 39 8 35 4D 42
Octal 353 334 146 0 6 71 10 65 115 102
Binary 11101011 11011100 1100110 0 110 111001 1000 110101 1001101 1000010

Color Harmonies of #EBDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC66

Black with #EBDC66

Text Example


Text Example

White with #EBDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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