Html Css Color HEX #EFB968 Harvest Gold

📋 copy color: '#EFB968'

red 239 ◦ green 185 ◦ blue 104

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

Shades of Harvest Gold #EFB968

Tints of Harvest Gold #EFB968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 45.27%
G = 35.04%
B = 19.7%

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

#EFB968 (or 0xEFB968) is known color: Harvest Gold. HEX triplet: EF, B9 and 68. RGB value is (239,185,104). Sum of RGB (Red+Green+Blue) = 239+185+104=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB968 is #104697. Grayscale: #C0C0C0. Windows color (decimal): -1066648 or 6863343. OLE color: 6863343.

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

Color convert

RGB 239 185 104 -
CMYK 0 0.23 0.56 0.06
HSL 36º 0.81% 0.67% -
HSV(B) 36º 0.56% 0.94% -
XYZ 55.44 54.05 20.61 -
YUV 191.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 239 185 104 0 0.23 0.56 0.06 36 0.81 0.67
Hex EF B9 68 0 17 38 6 24 51 43
Octal 357 271 150 0 27 70 6 44 121 103
Binary 11101111 10111001 1101000 0 10111 111000 110 100100 1010001 1000011

Color Harmonies of #EFB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB968

Black with #EFB968

Text Example


Text Example

White with #EFB968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB968; }

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

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

background-color css

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

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

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

border-color css

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

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

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