Html Css Color HEX #EFBC6B Harvest Gold

📋 copy color: '#EFBC6B'

red 239 ◦ green 188 ◦ blue 107

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

Shades of Harvest Gold #EFBC6B

Tints of Harvest Gold #EFBC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.04%

R = 44.76%
G = 35.21%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFBC6B (or 0xEFBC6B) is known color: Harvest Gold. HEX triplet: EF, BC and 6B. RGB value is (239,188,107). Sum of RGB (Red+Green+Blue) = 239+188+107=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6B is #104394. Grayscale: #C2C2C2. Windows color (decimal): -1065877 or 7060719. OLE color: 7060719.

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

Color convert

RGB 239 188 107 -
CMYK 0 0.21 0.55 0.06
HSL 36.82º 0.8% 0.68% -
HSV(B) 36.82º 0.55% 0.94% -
XYZ 56.23 55.38 21.64 -
YUV 194.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 239 188 107 0 0.21 0.55 0.06 36.82 0.8 0.68
Hex EF BC 6B 0 15 37 6 25 50 44
Octal 357 274 153 0 25 67 6 45 120 104
Binary 11101111 10111100 1101011 0 10101 110111 110 100101 1010000 1000100

Color Harmonies of #EFBC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC6B

Black with #EFBC6B

Text Example


Text Example

White with #EFBC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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