Html Css Color HEX #EFB271 Harvest Gold

📋 copy color: '#EFB271'

red 239 ◦ green 178 ◦ blue 113

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

Shades of Harvest Gold #EFB271

Tints of Harvest Gold #EFB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 113 (44.53% from 255) = 21.32%

R = 45.09%
G = 33.58%
B = 21.32%

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

#EFB271 (or 0xEFB271) is known color: Harvest Gold. HEX triplet: EF, B2 and 71. RGB value is (239,178,113). Sum of RGB (Red+Green+Blue) = 239+178+113=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB271 is #104D8E. Grayscale: #BDBDBD. Windows color (decimal): -1068431 or 7451375. OLE color: 7451375.

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

Color convert

RGB 239 178 113 -
CMYK 0 0.26 0.53 0.06
HSL 30.95º 0.8% 0.69% -
HSV(B) 30.95º 0.53% 0.94% -
XYZ 54.5 51.38 22.67 -
YUV 188.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 239 178 113 0 0.26 0.53 0.06 30.95 0.8 0.69
Hex EF B2 71 0 1A 35 6 1F 50 45
Octal 357 262 161 0 32 65 6 37 120 105
Binary 11101111 10110010 1110001 0 11010 110101 110 11111 1010000 1000101

Color Harmonies of #EFB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB271

Black with #EFB271

Text Example


Text Example

White with #EFB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB271; }

 p { color: rgb(239,178,113); }

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

background-color css

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

 a { background-color: rgb(239,178,113); }

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

border-color css

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

 span { border-color: rgb(239,178,113); }

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