Html Css Color HEX #EBC974 Golden Sand

📋 copy color: '#EBC974'

red 235 ◦ green 201 ◦ blue 116

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

Shades of Golden Sand #EBC974

Tints of Golden Sand #EBC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

 BLUE value IS 116 (45.7% from 255) = 21.01%

R = 42.57%
G = 36.41%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC974 (or 0xEBC974) is known color: Golden Sand. HEX triplet: EB, C9 and 74. RGB value is (235,201,116). Sum of RGB (Red+Green+Blue) = 235+201+116=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC974 is #14368B. Grayscale: #C9C9C9. Windows color (decimal): -1324684 or 7653867. OLE color: 7653867.

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

Color convert

RGB 235 201 116 -
CMYK 0 0.14 0.51 0.08
HSL 42.86º 0.75% 0.69% -
HSV(B) 42.86º 0.51% 0.92% -
XYZ 58.3 60.7 25.17 -
YUV 201.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 235 201 116 0 0.14 0.51 0.08 42.86 0.75 0.69
Hex EB C9 74 0 E 33 8 2B 4B 45
Octal 353 311 164 0 16 63 10 53 113 105
Binary 11101011 11001001 1110100 0 1110 110011 1000 101011 1001011 1000101

Color Harmonies of #EBC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC974

Black with #EBC974

Text Example


Text Example

White with #EBC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC974; }

 p { color: rgb(235,201,116); }

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

background-color css

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

 a { background-color: rgb(235,201,116); }

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

border-color css

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

 span { border-color: rgb(235,201,116); }

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