Html Css Color HEX #EFB169 Harvest Gold

📋 copy color: '#EFB169'

red 239 ◦ green 177 ◦ blue 105

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

Shades of Harvest Gold #EFB169

Tints of Harvest Gold #EFB169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 45.87%
G = 33.97%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB169 (or 0xEFB169) is known color: Harvest Gold. HEX triplet: EF, B1 and 69. RGB value is (239,177,105). Sum of RGB (Red+Green+Blue) = 239+177+105=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB169 is #104E96. Grayscale: #BBBBBB. Windows color (decimal): -1068695 or 6926831. OLE color: 6926831.

HSL color Cylindrical-coordinate representation of color #EFB169: hue angle of 32.24º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB169 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 105 -
CMYK 0 0.26 0.56 0.06
HSL 32.24º 0.81% 0.67% -
HSV(B) 32.24º 0.56% 0.94% -
XYZ 53.87 50.81 20.33 -
YUV 187.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 239 177 105 0 0.26 0.56 0.06 32.24 0.81 0.67
Hex EF B1 69 0 1A 38 6 20 51 43
Octal 357 261 151 0 32 70 6 40 121 103
Binary 11101111 10110001 1101001 0 11010 111000 110 100000 1010001 1000011

Color Harmonies of #EFB169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB169

Black with #EFB169

Text Example


Text Example

White with #EFB169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB169; }

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

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

background-color css

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

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

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

border-color css

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

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

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