Html Css Color HEX #EAC263 Golden Sand

📋 copy color: '#EAC263'

red 234 ◦ green 194 ◦ blue 99

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

Shades of Golden Sand #EAC263

Tints of Golden Sand #EAC263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.79%

R = 44.4%
G = 36.81%
B = 18.79%

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

#EAC263 (or 0xEAC263) is known color: Golden Sand. HEX triplet: EA, C2 and 63. RGB value is (234,194,99). Sum of RGB (Red+Green+Blue) = 234+194+99=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC263 is #153D9C. Grayscale: #C3C3C3. Windows color (decimal): -1392029 or 6537962. OLE color: 6537962.

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

Color convert

RGB 234 194 99 -
CMYK 0 0.17 0.58 0.08
HSL 42.22º 0.76% 0.65% -
HSV(B) 42.22º 0.58% 0.92% -
XYZ 55.48 56.98 19.88 -
YUV 195.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 234 194 99 0 0.17 0.58 0.08 42.22 0.76 0.65
Hex EA C2 63 0 11 3A 8 2A 4C 41
Octal 352 302 143 0 21 72 10 52 114 101
Binary 11101010 11000010 1100011 0 10001 111010 1000 101010 1001100 1000001

Color Harmonies of #EAC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC263

Black with #EAC263

Text Example


Text Example

White with #EAC263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC263; }

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

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

background-color css

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

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

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

border-color css

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

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

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