Html Css Color HEX #EFB168 Harvest Gold

📋 copy color: '#EFB168'

red 239 ◦ green 177 ◦ blue 104

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

Shades of Harvest Gold #EFB168

Tints of Harvest Gold #EFB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 104 (41.02% from 255) = 20%

R = 45.96%
G = 34.04%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB168 (or 0xEFB168) is known color: Harvest Gold. HEX triplet: EF, B1 and 68. RGB value is (239,177,104). Sum of RGB (Red+Green+Blue) = 239+177+104=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB168 is #104E97. Grayscale: #BBBBBB. Windows color (decimal): -1068696 or 6861295. OLE color: 6861295.

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

Color convert

RGB 239 177 104 -
CMYK 0 0.26 0.56 0.06
HSL 32.44º 0.81% 0.67% -
HSV(B) 32.44º 0.56% 0.94% -
XYZ 53.82 50.79 20.06 -
YUV 187.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 239 177 104 0 0.26 0.56 0.06 32.44 0.81 0.67
Hex EF B1 68 0 1A 38 6 20 51 43
Octal 357 261 150 0 32 70 6 40 121 103
Binary 11101111 10110001 1101000 0 11010 111000 110 100000 1010001 1000011

Color Harmonies of #EFB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB168

Black with #EFB168

Text Example


Text Example

White with #EFB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB168; }

 p { color: rgb(239,177,104); }

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

background-color css

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

 a { background-color: rgb(239,177,104); }

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

border-color css

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

 span { border-color: rgb(239,177,104); }

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