Html Css Color HEX #EFB170 Harvest Gold

📋 copy color: '#EFB170'

red 239 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #EFB170

Tints of Harvest Gold #EFB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.52%

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

R = 45.27%
G = 33.52%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFB170 (or 0xEFB170) is known color: Harvest Gold. HEX triplet: EF, B1 and 70. RGB value is (239,177,112). Sum of RGB (Red+Green+Blue) = 239+177+112=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB170 is #104E8F. Grayscale: #BCBCBC. Windows color (decimal): -1068688 or 7385583. OLE color: 7385583.

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

Color convert

RGB 239 177 112 -
CMYK 0 0.26 0.53 0.06
HSL 30.71º 0.8% 0.69% -
HSV(B) 30.71º 0.53% 0.94% -
XYZ 54.24 50.96 22.31 -
YUV 188.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 239 177 112 0 0.26 0.53 0.06 30.71 0.8 0.69
Hex EF B1 70 0 1A 35 6 1F 50 45
Octal 357 261 160 0 32 65 6 37 120 105
Binary 11101111 10110001 1110000 0 11010 110101 110 11111 1010000 1000101

Color Harmonies of #EFB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB170

Black with #EFB170

Text Example


Text Example

White with #EFB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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