Html Css Color HEX #EFB265 Harvest Gold

📋 copy color: '#EFB265'

red 239 ◦ green 178 ◦ blue 101

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

Shades of Harvest Gold #EFB265

Tints of Harvest Gold #EFB265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 46.14%
G = 34.36%
B = 19.5%

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

#EFB265 (or 0xEFB265) is known color: Harvest Gold. HEX triplet: EF, B2 and 65. RGB value is (239,178,101). Sum of RGB (Red+Green+Blue) = 239+178+101=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB265 is #104D9A. Grayscale: #BBBBBB. Windows color (decimal): -1068443 or 6664943. OLE color: 6664943.

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

Color convert

RGB 239 178 101 -
CMYK 0 0.26 0.58 0.06
HSL 33.48º 0.81% 0.67% -
HSV(B) 33.48º 0.58% 0.94% -
XYZ 53.87 51.13 19.34 -
YUV 187.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 239 178 101 0 0.26 0.58 0.06 33.48 0.81 0.67
Hex EF B2 65 0 1A 3A 6 21 51 43
Octal 357 262 145 0 32 72 6 41 121 103
Binary 11101111 10110010 1100101 0 11010 111010 110 100001 1010001 1000011

Color Harmonies of #EFB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB265

Black with #EFB265

Text Example


Text Example

White with #EFB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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