Html Css Color HEX #EFB264 Harvest Gold

📋 copy color: '#EFB264'

red 239 ◦ green 178 ◦ blue 100

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

Shades of Harvest Gold #EFB264

Tints of Harvest Gold #EFB264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.34%

R = 46.23%
G = 34.43%
B = 19.34%

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

#EFB264 (or 0xEFB264) is known color: Harvest Gold. HEX triplet: EF, B2 and 64. RGB value is (239,178,100). Sum of RGB (Red+Green+Blue) = 239+178+100=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB264 is #104D9B. Grayscale: #BBBBBB. Windows color (decimal): -1068444 or 6599407. OLE color: 6599407.

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

Color convert

RGB 239 178 100 -
CMYK 0 0.26 0.58 0.06
HSL 33.67º 0.81% 0.66% -
HSV(B) 33.67º 0.58% 0.94% -
XYZ 53.82 51.11 19.09 -
YUV 187.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 239 178 100 0 0.26 0.58 0.06 33.67 0.81 0.66
Hex EF B2 64 0 1A 3A 6 22 51 42
Octal 357 262 144 0 32 72 6 42 121 102
Binary 11101111 10110010 1100100 0 11010 111010 110 100010 1010001 1000010

Color Harmonies of #EFB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB264

Black with #EFB264

Text Example


Text Example

White with #EFB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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