Html Css Color HEX #EAC66B Golden Sand

📋 copy color: '#EAC66B'

red 234 ◦ green 198 ◦ blue 107

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

Shades of Golden Sand #EAC66B

Tints of Golden Sand #EAC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.73%

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 43.41%
G = 36.73%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAC66B (or 0xEAC66B) is known color: Golden Sand. HEX triplet: EA, C6 and 6B. RGB value is (234,198,107). Sum of RGB (Red+Green+Blue) = 234+198+107=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC66B is #153994. Grayscale: #C6C6C6. Windows color (decimal): -1390997 or 7063274. OLE color: 7063274.

HSL color Cylindrical-coordinate representation of color #EAC66B: hue angle of 42.99º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAC66B is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 107 -
CMYK 0 0.15 0.54 0.08
HSL 42.99º 0.75% 0.67% -
HSV(B) 42.99º 0.54% 0.92% -
XYZ 56.78 58.94 22.29 -
YUV 198.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 234 198 107 0 0.15 0.54 0.08 42.99 0.75 0.67
Hex EA C6 6B 0 F 36 8 2B 4B 43
Octal 352 306 153 0 17 66 10 53 113 103
Binary 11101010 11000110 1101011 0 1111 110110 1000 101011 1001011 1000011

Color Harmonies of #EAC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC66B

Black with #EAC66B

Text Example


Text Example

White with #EAC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC66B; }

 p { color: rgb(234,198,107); }

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

background-color css

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

 a { background-color: rgb(234,198,107); }

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

border-color css

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

 span { border-color: rgb(234,198,107); }

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