Html Css Color HEX #EAC767 Golden Sand

📋 copy color: '#EAC767'

red 234 ◦ green 199 ◦ blue 103

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

Shades of Golden Sand #EAC767

Tints of Golden Sand #EAC767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.22%

R = 43.66%
G = 37.13%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC767 (or 0xEAC767) is known color: Golden Sand. HEX triplet: EA, C7 and 67. RGB value is (234,199,103). Sum of RGB (Red+Green+Blue) = 234+199+103=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC767 is #153898. Grayscale: #C6C6C6. Windows color (decimal): -1390745 or 6801386. OLE color: 6801386.

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

Color convert

RGB 234 199 103 -
CMYK 0 0.15 0.56 0.08
HSL 43.97º 0.76% 0.66% -
HSV(B) 43.97º 0.56% 0.92% -
XYZ 56.8 59.32 21.29 -
YUV 198.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 234 199 103 0 0.15 0.56 0.08 43.97 0.76 0.66
Hex EA C7 67 0 F 38 8 2C 4C 42
Octal 352 307 147 0 17 70 10 54 114 102
Binary 11101010 11000111 1100111 0 1111 111000 1000 101100 1001100 1000010

Color Harmonies of #EAC767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC767

Black with #EAC767

Text Example


Text Example

White with #EAC767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC767; }

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

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

background-color css

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

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

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

border-color css

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

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

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