Html Css Color HEX #EFB868 Harvest Gold

📋 copy color: '#EFB868'

red 239 ◦ green 184 ◦ blue 104

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

Shades of Harvest Gold #EFB868

Tints of Harvest Gold #EFB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.91%

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

R = 45.35%
G = 34.91%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB868 (or 0xEFB868) is known color: Harvest Gold. HEX triplet: EF, B8 and 68. RGB value is (239,184,104). Sum of RGB (Red+Green+Blue) = 239+184+104=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB868 is #104797. Grayscale: #BFBFBF. Windows color (decimal): -1066904 or 6863087. OLE color: 6863087.

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

Color convert

RGB 239 184 104 -
CMYK 0 0.23 0.56 0.06
HSL 35.56º 0.81% 0.67% -
HSV(B) 35.56º 0.56% 0.94% -
XYZ 55.24 53.63 20.54 -
YUV 191.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 239 184 104 0 0.23 0.56 0.06 35.56 0.81 0.67
Hex EF B8 68 0 17 38 6 24 51 43
Octal 357 270 150 0 27 70 6 44 121 103
Binary 11101111 10111000 1101000 0 10111 111000 110 100100 1010001 1000011

Color Harmonies of #EFB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB868

Black with #EFB868

Text Example


Text Example

White with #EFB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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