Html Css Color HEX #EFBE70 Harvest Gold

📋 copy color: '#EFBE70'

red 239 ◦ green 190 ◦ blue 112

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

Shades of Harvest Gold #EFBE70

Tints of Harvest Gold #EFBE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 44.18%
G = 35.12%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFBE70 (or 0xEFBE70) is known color: Harvest Gold. HEX triplet: EF, BE and 70. RGB value is (239,190,112). Sum of RGB (Red+Green+Blue) = 239+190+112=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE70 is #10418F. Grayscale: #C4C4C4. Windows color (decimal): -1065360 or 7388911. OLE color: 7388911.

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

Color convert

RGB 239 190 112 -
CMYK 0 0.21 0.53 0.06
HSL 36.85º 0.8% 0.69% -
HSV(B) 36.85º 0.53% 0.94% -
XYZ 56.93 56.35 23.2 -
YUV 195.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 239 190 112 0 0.21 0.53 0.06 36.85 0.8 0.69
Hex EF BE 70 0 15 35 6 25 50 45
Octal 357 276 160 0 25 65 6 45 120 105
Binary 11101111 10111110 1110000 0 10101 110101 110 100101 1010000 1000101

Color Harmonies of #EFBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE70

Black with #EFBE70

Text Example


Text Example

White with #EFBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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