Html Css Color HEX #EAC962 Golden Sand

📋 copy color: '#EAC962'

red 234 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #EAC962

Tints of Golden Sand #EAC962

RGB

 RED value IS 234 (91.8% from 255) = 43.9%

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

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

R = 43.9%
G = 37.71%
B = 18.39%

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

#EAC962 (or 0xEAC962) is known color: Golden Sand. HEX triplet: EA, C9 and 62. RGB value is (234,201,98). Sum of RGB (Red+Green+Blue) = 234+201+98=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC962 is #15369D. Grayscale: #C7C7C7. Windows color (decimal): -1390238 or 6474218. OLE color: 6474218.

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

Color convert

RGB 234 201 98 -
CMYK 0 0.14 0.58 0.08
HSL 45.44º 0.76% 0.65% -
HSV(B) 45.44º 0.58% 0.92% -
XYZ 57.02 60.15 20.16 -
YUV 199.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 234 201 98 0 0.14 0.58 0.08 45.44 0.76 0.65
Hex EA C9 62 0 E 3A 8 2D 4C 41
Octal 352 311 142 0 16 72 10 55 114 101
Binary 11101010 11001001 1100010 0 1110 111010 1000 101101 1001100 1000001

Color Harmonies of #EAC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC962

Black with #EAC962

Text Example


Text Example

White with #EAC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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