Html Css Color HEX #EAC762 Golden Sand

📋 copy color: '#EAC762'

red 234 ◦ green 199 ◦ blue 98

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

Shades of Golden Sand #EAC762

Tints of Golden Sand #EAC762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.48%

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

R = 44.07%
G = 37.48%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAC762 (or 0xEAC762) is known color: Golden Sand. HEX triplet: EA, C7 and 62. RGB value is (234,199,98). Sum of RGB (Red+Green+Blue) = 234+199+98=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC762 is #15389D. Grayscale: #C6C6C6. Windows color (decimal): -1390750 or 6473706. OLE color: 6473706.

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

Color convert

RGB 234 199 98 -
CMYK 0 0.15 0.58 0.08
HSL 44.56º 0.76% 0.65% -
HSV(B) 44.56º 0.58% 0.92% -
XYZ 56.56 59.22 20.01 -
YUV 197.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 234 199 98 0 0.15 0.58 0.08 44.56 0.76 0.65
Hex EA C7 62 0 F 3A 8 2D 4C 41
Octal 352 307 142 0 17 72 10 55 114 101
Binary 11101010 11000111 1100010 0 1111 111010 1000 101101 1001100 1000001

Color Harmonies of #EAC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC762

Black with #EAC762

Text Example


Text Example

White with #EAC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC762; }

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

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

background-color css

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

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

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

border-color css

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

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

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