Html Css Color HEX #EFBF69 Harvest Gold

📋 copy color: '#EFBF69'

red 239 ◦ green 191 ◦ blue 105

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

Shades of Harvest Gold #EFBF69

Tints of Harvest Gold #EFBF69

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

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

R = 44.67%
G = 35.7%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFBF69 (or 0xEFBF69) is known color: Harvest Gold. HEX triplet: EF, BF and 69. RGB value is (239,191,105). Sum of RGB (Red+Green+Blue) = 239+191+105=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF69 is #104096. Grayscale: #C3C3C3. Windows color (decimal): -1065111 or 6930415. OLE color: 6930415.

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

Color convert

RGB 239 191 105 -
CMYK 0 0.20 0.56 0.06
HSL 38.51º 0.81% 0.67% -
HSV(B) 38.51º 0.56% 0.94% -
XYZ 56.78 56.63 21.3 -
YUV 195.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 239 191 105 0 0.20 0.56 0.06 38.51 0.81 0.67
Hex EF BF 69 0 14 38 6 27 51 43
Octal 357 277 151 0 24 70 6 47 121 103
Binary 11101111 10111111 1101001 0 10100 111000 110 100111 1010001 1000011

Color Harmonies of #EFBF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF69

Black with #EFBF69

Text Example


Text Example

White with #EFBF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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