Html Css Color HEX #EFC164 Harvest Gold

📋 copy color: '#EFC164'

red 239 ◦ green 193 ◦ blue 100

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

Shades of Harvest Gold #EFC164

Tints of Harvest Gold #EFC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

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

R = 44.92%
G = 36.28%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC164 (or 0xEFC164) is known color: Harvest Gold. HEX triplet: EF, C1 and 64. RGB value is (239,193,100). Sum of RGB (Red+Green+Blue) = 239+193+100=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC164 is #103E9B. Grayscale: #C4C4C4. Windows color (decimal): -1064604 or 6603247. OLE color: 6603247.

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

Color convert

RGB 239 193 100 -
CMYK 0 0.19 0.58 0.06
HSL 40.14º 0.81% 0.66% -
HSV(B) 40.14º 0.58% 0.94% -
XYZ 56.97 57.41 20.14 -
YUV 196.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 239 193 100 0 0.19 0.58 0.06 40.14 0.81 0.66
Hex EF C1 64 0 13 3A 6 28 51 42
Octal 357 301 144 0 23 72 6 50 121 102
Binary 11101111 11000001 1100100 0 10011 111010 110 101000 1010001 1000010

Color Harmonies of #EFC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC164

Black with #EFC164

Text Example


Text Example

White with #EFC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC164; }

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

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

background-color css

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

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

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

border-color css

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

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

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