Html Css Color HEX #EBCC73 Golden Sand

📋 copy color: '#EBCC73'

red 235 ◦ green 204 ◦ blue 115

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

Shades of Golden Sand #EBCC73

Tints of Golden Sand #EBCC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

 BLUE value IS 115 (45.31% from 255) = 20.76%

R = 42.42%
G = 36.82%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBCC73 (or 0xEBCC73) is known color: Golden Sand. HEX triplet: EB, CC and 73. RGB value is (235,204,115). Sum of RGB (Red+Green+Blue) = 235+204+115=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC73 is #14338C. Grayscale: #CBCBCB. Windows color (decimal): -1323917 or 7589099. OLE color: 7589099.

HSL color Cylindrical-coordinate representation of color #EBCC73: hue angle of 44.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBCC73 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 115 -
CMYK 0 0.13 0.51 0.08
HSL 44.5º 0.75% 0.69% -
HSV(B) 44.5º 0.51% 0.92% -
XYZ 58.95 62.09 25.1 -
YUV 203.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 235 204 115 0 0.13 0.51 0.08 44.5 0.75 0.69
Hex EB CC 73 0 D 33 8 2C 4B 45
Octal 353 314 163 0 15 63 10 54 113 105
Binary 11101011 11001100 1110011 0 1101 110011 1000 101100 1001011 1000101

Color Harmonies of #EBCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC73

Black with #EBCC73

Text Example


Text Example

White with #EBCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC73; }

 p { color: rgb(235,204,115); }

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

background-color css

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

 a { background-color: rgb(235,204,115); }

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

border-color css

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

 span { border-color: rgb(235,204,115); }

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