Html Css Color HEX #EFB669 Harvest Gold

📋 copy color: '#EFB669'

red 239 ◦ green 182 ◦ blue 105

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

Shades of Harvest Gold #EFB669

Tints of Harvest Gold #EFB669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.6%

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

R = 45.44%
G = 34.6%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB669 (or 0xEFB669) is known color: Harvest Gold. HEX triplet: EF, B6 and 69. RGB value is (239,182,105). Sum of RGB (Red+Green+Blue) = 239+182+105=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB669 is #104996. Grayscale: #BEBEBE. Windows color (decimal): -1067415 or 6928111. OLE color: 6928111.

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

Color convert

RGB 239 182 105 -
CMYK 0 0.24 0.56 0.06
HSL 34.48º 0.81% 0.67% -
HSV(B) 34.48º 0.56% 0.94% -
XYZ 54.87 52.83 20.67 -
YUV 190.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 239 182 105 0 0.24 0.56 0.06 34.48 0.81 0.67
Hex EF B6 69 0 18 38 6 22 51 43
Octal 357 266 151 0 30 70 6 42 121 103
Binary 11101111 10110110 1101001 0 11000 111000 110 100010 1010001 1000011

Color Harmonies of #EFB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB669

Black with #EFB669

Text Example


Text Example

White with #EFB669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB669; }

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

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

background-color css

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

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

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

border-color css

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

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

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