Html Css Color HEX #EFB370 Harvest Gold

📋 copy color: '#EFB370'

red 239 ◦ green 179 ◦ blue 112

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

Shades of Harvest Gold #EFB370

Tints of Harvest Gold #EFB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

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

R = 45.09%
G = 33.77%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFB370 (or 0xEFB370) is known color: Harvest Gold. HEX triplet: EF, B3 and 70. RGB value is (239,179,112). Sum of RGB (Red+Green+Blue) = 239+179+112=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB370 is #104C8F. Grayscale: #BDBDBD. Windows color (decimal): -1068176 or 7386095. OLE color: 7386095.

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

Color convert

RGB 239 179 112 -
CMYK 0 0.25 0.53 0.06
HSL 31.65º 0.8% 0.69% -
HSV(B) 31.65º 0.53% 0.94% -
XYZ 54.64 51.76 22.44 -
YUV 189.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 239 179 112 0 0.25 0.53 0.06 31.65 0.8 0.69
Hex EF B3 70 0 19 35 6 20 50 45
Octal 357 263 160 0 31 65 6 40 120 105
Binary 11101111 10110011 1110000 0 11001 110101 110 100000 1010000 1000101

Color Harmonies of #EFB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB370

Black with #EFB370

Text Example


Text Example

White with #EFB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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