Html Css Color HEX #EFB065 Harvest Gold

📋 copy color: '#EFB065'

red 239 ◦ green 176 ◦ blue 101

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

Shades of Harvest Gold #EFB065

Tints of Harvest Gold #EFB065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.57%

R = 46.32%
G = 34.11%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFB065 (or 0xEFB065) is known color: Harvest Gold. HEX triplet: EF, B0 and 65. RGB value is (239,176,101). Sum of RGB (Red+Green+Blue) = 239+176+101=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB065 is #104F9A. Grayscale: #BABABA. Windows color (decimal): -1068955 or 6664431. OLE color: 6664431.

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

Color convert

RGB 239 176 101 -
CMYK 0 0.26 0.58 0.06
HSL 32.61º 0.81% 0.67% -
HSV(B) 32.61º 0.58% 0.94% -
XYZ 53.47 50.34 19.21 -
YUV 186.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 239 176 101 0 0.26 0.58 0.06 32.61 0.81 0.67
Hex EF B0 65 0 1A 3A 6 21 51 43
Octal 357 260 145 0 32 72 6 41 121 103
Binary 11101111 10110000 1100101 0 11010 111010 110 100001 1010001 1000011

Color Harmonies of #EFB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB065

Black with #EFB065

Text Example


Text Example

White with #EFB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB065; }

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

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

background-color css

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

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

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

border-color css

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

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

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