Html Css Color HEX #EFC564 Golden Sand

📋 copy color: '#EFC564'

red 239 ◦ green 197 ◦ blue 100

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

Shades of Golden Sand #EFC564

Tints of Golden Sand #EFC564

RGB

 RED value IS 239 (93.75% from 255) = 44.59%

 GREEN value IS 197 (77.34% from 255) = 36.75%

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 44.59%
G = 36.75%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC564 (or 0xEFC564) is known color: Golden Sand. HEX triplet: EF, C5 and 64. RGB value is (239,197,100). Sum of RGB (Red+Green+Blue) = 239+197+100=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC564 is #103A9B. Grayscale: #C6C6C6. Windows color (decimal): -1063580 or 6604271. OLE color: 6604271.

HSL color Cylindrical-coordinate representation of color #EFC564: hue angle of 41.87º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC564 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 100 -
CMYK 0 0.18 0.58 0.06
HSL 41.87º 0.81% 0.66% -
HSV(B) 41.87º 0.58% 0.94% -
XYZ 57.86 59.2 20.43 -
YUV 198.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 239 197 100 0 0.18 0.58 0.06 41.87 0.81 0.66
Hex EF C5 64 0 12 3A 6 2A 51 42
Octal 357 305 144 0 22 72 6 52 121 102
Binary 11101111 11000101 1100100 0 10010 111010 110 101010 1010001 1000010

Color Harmonies of #EFC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC564

Black with #EFC564

Text Example


Text Example

White with #EFC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC564; }

 p { color: rgb(239,197,100); }

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

background-color css

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

 a { background-color: rgb(239,197,100); }

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

border-color css

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

 span { border-color: rgb(239,197,100); }

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