Html Css Color HEX #EFBE6A Harvest Gold

📋 copy color: '#EFBE6A'

red 239 ◦ green 190 ◦ blue 106

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

Shades of Harvest Gold #EFBE6A

Tints of Harvest Gold #EFBE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

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

R = 44.67%
G = 35.51%
B = 19.81%

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

#EFBE6A (or 0xEFBE6A) is known color: Harvest Gold. HEX triplet: EF, BE and 6A. RGB value is (239,190,106). Sum of RGB (Red+Green+Blue) = 239+190+106=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE6A is #104195. Grayscale: #C3C3C3. Windows color (decimal): -1065366 or 6995695. OLE color: 6995695.

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

Color convert

RGB 239 190 106 -
CMYK 0 0.21 0.56 0.06
HSL 37.89º 0.81% 0.68% -
HSV(B) 37.89º 0.56% 0.94% -
XYZ 56.61 56.22 21.5 -
YUV 195.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 239 190 106 0 0.21 0.56 0.06 37.89 0.81 0.68
Hex EF BE 6A 0 15 38 6 26 51 44
Octal 357 276 152 0 25 70 6 46 121 104
Binary 11101111 10111110 1101010 0 10101 111000 110 100110 1010001 1000100

Color Harmonies of #EFBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE6A

Black with #EFBE6A

Text Example


Text Example

White with #EFBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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