Html Css Color HEX #EFB96F Harvest Gold

📋 copy color: '#EFB96F'

red 239 ◦ green 185 ◦ blue 111

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

Shades of Harvest Gold #EFB96F

Tints of Harvest Gold #EFB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 44.67%
G = 34.58%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB96F (or 0xEFB96F) is known color: Harvest Gold. HEX triplet: EF, B9 and 6F. RGB value is (239,185,111). Sum of RGB (Red+Green+Blue) = 239+185+111=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB96F is #104690. Grayscale: #C1C1C1. Windows color (decimal): -1066641 or 7322095. OLE color: 7322095.

HSL color Cylindrical-coordinate representation of color #EFB96F: hue angle of 34.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFB96F is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 111 -
CMYK 0 0.23 0.54 0.06
HSL 34.69º 0.8% 0.69% -
HSV(B) 34.69º 0.54% 0.94% -
XYZ 55.81 54.2 22.56 -
YUV 192.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 239 185 111 0 0.23 0.54 0.06 34.69 0.8 0.69
Hex EF B9 6F 0 17 36 6 23 50 45
Octal 357 271 157 0 27 66 6 43 120 105
Binary 11101111 10111001 1101111 0 10111 110110 110 100011 1010000 1000101

Color Harmonies of #EFB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB96F

Black with #EFB96F

Text Example


Text Example

White with #EFB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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