Html Css Color HEX #EAC262 Golden Sand

📋 copy color: '#EAC262'

red 234 ◦ green 194 ◦ blue 98

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

Shades of Golden Sand #EAC262

Tints of Golden Sand #EAC262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

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

R = 44.49%
G = 36.88%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAC262 (or 0xEAC262) is known color: Golden Sand. HEX triplet: EA, C2 and 62. RGB value is (234,194,98). Sum of RGB (Red+Green+Blue) = 234+194+98=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC262 is #153D9D. Grayscale: #C3C3C3. Windows color (decimal): -1392030 or 6472426. OLE color: 6472426.

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

Color convert

RGB 234 194 98 -
CMYK 0 0.17 0.58 0.08
HSL 42.35º 0.76% 0.65% -
HSV(B) 42.35º 0.58% 0.92% -
XYZ 55.43 56.96 19.63 -
YUV 195.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 234 194 98 0 0.17 0.58 0.08 42.35 0.76 0.65
Hex EA C2 62 0 11 3A 8 2A 4C 41
Octal 352 302 142 0 21 72 10 52 114 101
Binary 11101010 11000010 1100010 0 10001 111010 1000 101010 1001100 1000001

Color Harmonies of #EAC262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC262

Black with #EAC262

Text Example


Text Example

White with #EAC262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC262; }

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

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

background-color css

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

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

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

border-color css

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

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

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