Html Css Color HEX #EFB364 Harvest Gold

📋 copy color: '#EFB364'

red 239 ◦ green 179 ◦ blue 100

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

Shades of Harvest Gold #EFB364

Tints of Harvest Gold #EFB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 46.14%
G = 34.56%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFB364 (or 0xEFB364) is known color: Harvest Gold. HEX triplet: EF, B3 and 64. RGB value is (239,179,100). Sum of RGB (Red+Green+Blue) = 239+179+100=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB364 is #104C9B. Grayscale: #BCBCBC. Windows color (decimal): -1068188 or 6599663. OLE color: 6599663.

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

Color convert

RGB 239 179 100 -
CMYK 0 0.25 0.58 0.06
HSL 34.1º 0.81% 0.66% -
HSV(B) 34.1º 0.58% 0.94% -
XYZ 54.02 51.51 19.15 -
YUV 187.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 239 179 100 0 0.25 0.58 0.06 34.1 0.81 0.66
Hex EF B3 64 0 19 3A 6 22 51 42
Octal 357 263 144 0 31 72 6 42 121 102
Binary 11101111 10110011 1100100 0 11001 111010 110 100010 1010001 1000010

Color Harmonies of #EFB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB364

Black with #EFB364

Text Example


Text Example

White with #EFB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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