Html Css Color HEX #EACC6A Golden Sand

📋 copy color: '#EACC6A'

red 234 ◦ green 204 ◦ blue 106

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

Shades of Golden Sand #EACC6A

Tints of Golden Sand #EACC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.5%

 BLUE value IS 106 (41.8% from 255) = 19.49%

R = 43.01%
G = 37.5%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EACC6A (or 0xEACC6A) is known color: Golden Sand. HEX triplet: EA, CC and 6A. RGB value is (234,204,106). Sum of RGB (Red+Green+Blue) = 234+204+106=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC6A is #153395. Grayscale: #CACACA. Windows color (decimal): -1389462 or 6999274. OLE color: 6999274.

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

Color convert

RGB 234 204 106 -
CMYK 0 0.13 0.55 0.08
HSL 45.94º 0.75% 0.67% -
HSV(B) 45.94º 0.55% 0.92% -
XYZ 58.13 61.72 22.49 -
YUV 201.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 234 204 106 0 0.13 0.55 0.08 45.94 0.75 0.67
Hex EA CC 6A 0 D 37 8 2E 4B 43
Octal 352 314 152 0 15 67 10 56 113 103
Binary 11101010 11001100 1101010 0 1101 110111 1000 101110 1001011 1000011

Color Harmonies of #EACC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC6A

Black with #EACC6A

Text Example


Text Example

White with #EACC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC6A; }

 p { color: rgb(234,204,106); }

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

background-color css

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

 a { background-color: rgb(234,204,106); }

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

border-color css

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

 span { border-color: rgb(234,204,106); }

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