Html Css Color HEX #EFB069 Harvest Gold

📋 copy color: '#EFB069'

red 239 ◦ green 176 ◦ blue 105

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

Shades of Harvest Gold #EFB069

Tints of Harvest Gold #EFB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

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

R = 45.96%
G = 33.85%
B = 20.19%

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

#EFB069 (or 0xEFB069) is known color: Harvest Gold. HEX triplet: EF, B0 and 69. RGB value is (239,176,105). Sum of RGB (Red+Green+Blue) = 239+176+105=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB069 is #104F96. Grayscale: #BBBBBB. Windows color (decimal): -1068951 or 6926575. OLE color: 6926575.

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

Color convert

RGB 239 176 105 -
CMYK 0 0.26 0.56 0.06
HSL 31.79º 0.81% 0.67% -
HSV(B) 31.79º 0.56% 0.94% -
XYZ 53.67 50.42 20.27 -
YUV 186.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 239 176 105 0 0.26 0.56 0.06 31.79 0.81 0.67
Hex EF B0 69 0 1A 38 6 20 51 43
Octal 357 260 151 0 32 70 6 40 121 103
Binary 11101111 10110000 1101001 0 11010 111000 110 100000 1010001 1000011

Color Harmonies of #EFB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB069

Black with #EFB069

Text Example


Text Example

White with #EFB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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