Html Css Color HEX #EBC468 Golden Sand

📋 copy color: '#EBC468'

red 235 ◦ green 196 ◦ blue 104

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

Shades of Golden Sand #EBC468

Tints of Golden Sand #EBC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

 BLUE value IS 104 (41.02% from 255) = 19.44%

R = 43.93%
G = 36.64%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC468 (or 0xEBC468) is known color: Golden Sand. HEX triplet: EB, C4 and 68. RGB value is (235,196,104). Sum of RGB (Red+Green+Blue) = 235+196+104=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC468 is #143B97. Grayscale: #C5C5C5. Windows color (decimal): -1325976 or 6866155. OLE color: 6866155.

HSL color Cylindrical-coordinate representation of color #EBC468: hue angle of 42.14º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBC468 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 104 -
CMYK 0 0.17 0.56 0.08
HSL 42.14º 0.77% 0.66% -
HSV(B) 42.14º 0.56% 0.92% -
XYZ 56.5 58.14 21.34 -
YUV 197.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 235 196 104 0 0.17 0.56 0.08 42.14 0.77 0.66
Hex EB C4 68 0 11 38 8 2A 4D 42
Octal 353 304 150 0 21 70 10 52 115 102
Binary 11101011 11000100 1101000 0 10001 111000 1000 101010 1001101 1000010

Color Harmonies of #EBC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC468

Black with #EBC468

Text Example


Text Example

White with #EBC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC468; }

 p { color: rgb(235,196,104); }

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

background-color css

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

 a { background-color: rgb(235,196,104); }

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

border-color css

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

 span { border-color: rgb(235,196,104); }

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