Html Css Color HEX #EFBC6A Harvest Gold

📋 copy color: '#EFBC6A'

red 239 ◦ green 188 ◦ blue 106

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

Shades of Harvest Gold #EFBC6A

Tints of Harvest Gold #EFBC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 44.84%
G = 35.27%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFBC6A (or 0xEFBC6A) is known color: Harvest Gold. HEX triplet: EF, BC and 6A. RGB value is (239,188,106). Sum of RGB (Red+Green+Blue) = 239+188+106=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6A is #104395. Grayscale: #C2C2C2. Windows color (decimal): -1065878 or 6995183. OLE color: 6995183.

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

Color convert

RGB 239 188 106 -
CMYK 0 0.21 0.56 0.06
HSL 36.99º 0.81% 0.68% -
HSV(B) 36.99º 0.56% 0.94% -
XYZ 56.18 55.36 21.36 -
YUV 193.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 239 188 106 0 0.21 0.56 0.06 36.99 0.81 0.68
Hex EF BC 6A 0 15 38 6 25 51 44
Octal 357 274 152 0 25 70 6 45 121 104
Binary 11101111 10111100 1101010 0 10101 111000 110 100101 1010001 1000100

Color Harmonies of #EFBC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC6A

Black with #EFBC6A

Text Example


Text Example

White with #EFBC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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