Html Css Color HEX #EFBC6F Harvest Gold

📋 copy color: '#EFBC6F'

red 239 ◦ green 188 ◦ blue 111

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

Shades of Harvest Gold #EFBC6F

Tints of Harvest Gold #EFBC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 44.42%
G = 34.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFBC6F (or 0xEFBC6F) is known color: Harvest Gold. HEX triplet: EF, BC and 6F. RGB value is (239,188,111). Sum of RGB (Red+Green+Blue) = 239+188+111=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6F is #104390. Grayscale: #C2C2C2. Windows color (decimal): -1065873 or 7322863. OLE color: 7322863.

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

Color convert

RGB 239 188 111 -
CMYK 0 0.21 0.54 0.06
HSL 36.09º 0.8% 0.69% -
HSV(B) 36.09º 0.54% 0.94% -
XYZ 56.45 55.46 22.77 -
YUV 194.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 239 188 111 0 0.21 0.54 0.06 36.09 0.8 0.69
Hex EF BC 6F 0 15 36 6 24 50 45
Octal 357 274 157 0 25 66 6 44 120 105
Binary 11101111 10111100 1101111 0 10101 110110 110 100100 1010000 1000101

Color Harmonies of #EFBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC6F

Black with #EFBC6F

Text Example


Text Example

White with #EFBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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