Html Css Color HEX #EFB068 Harvest Gold

📋 copy color: '#EFB068'

red 239 ◦ green 176 ◦ blue 104

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

Shades of Harvest Gold #EFB068

Tints of Harvest Gold #EFB068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 46.05%
G = 33.91%
B = 20.04%

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

#EFB068 (or 0xEFB068) is known color: Harvest Gold. HEX triplet: EF, B0 and 68. RGB value is (239,176,104). Sum of RGB (Red+Green+Blue) = 239+176+104=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB068 is #104F97. Grayscale: #BABABA. Windows color (decimal): -1068952 or 6861039. OLE color: 6861039.

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

Color convert

RGB 239 176 104 -
CMYK 0 0.26 0.56 0.06
HSL 32º 0.81% 0.67% -
HSV(B) 32º 0.56% 0.94% -
XYZ 53.62 50.4 20 -
YUV 186.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 239 176 104 0 0.26 0.56 0.06 32 0.81 0.67
Hex EF B0 68 0 1A 38 6 20 51 43
Octal 357 260 150 0 32 70 6 40 121 103
Binary 11101111 10110000 1101000 0 11010 111000 110 100000 1010001 1000011

Color Harmonies of #EFB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB068

Black with #EFB068

Text Example


Text Example

White with #EFB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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