Html Css Color HEX #EBC962 Golden Sand

📋 copy color: '#EBC962'

red 235 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #EBC962

Tints of Golden Sand #EBC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.35%

R = 44.01%
G = 37.64%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBC962 (or 0xEBC962) is known color: Golden Sand. HEX triplet: EB, C9 and 62. RGB value is (235,201,98). Sum of RGB (Red+Green+Blue) = 235+201+98=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC962 is #14369D. Grayscale: #C7C7C7. Windows color (decimal): -1324702 or 6474219. OLE color: 6474219.

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

Color convert

RGB 235 201 98 -
CMYK 0 0.14 0.58 0.08
HSL 45.11º 0.77% 0.65% -
HSV(B) 45.11º 0.58% 0.92% -
XYZ 57.35 60.32 20.17 -
YUV 199.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 235 201 98 0 0.14 0.58 0.08 45.11 0.77 0.65
Hex EB C9 62 0 E 3A 8 2D 4D 41
Octal 353 311 142 0 16 72 10 55 115 101
Binary 11101011 11001001 1100010 0 1110 111010 1000 101101 1001101 1000001

Color Harmonies of #EBC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC962

Black with #EBC962

Text Example


Text Example

White with #EBC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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