Html Css Color HEX #EFB062 Harvest Gold

📋 copy color: '#EFB062'

red 239 ◦ green 176 ◦ blue 98

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

Shades of Harvest Gold #EFB062

Tints of Harvest Gold #EFB062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 46.59%
G = 34.31%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFB062 (or 0xEFB062) is known color: Harvest Gold. HEX triplet: EF, B0 and 62. RGB value is (239,176,98). Sum of RGB (Red+Green+Blue) = 239+176+98=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB062 is #104F9D. Grayscale: #BABABA. Windows color (decimal): -1068958 or 6467823. OLE color: 6467823.

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

Color convert

RGB 239 176 98 -
CMYK 0 0.26 0.59 0.06
HSL 33.19º 0.82% 0.66% -
HSV(B) 33.19º 0.59% 0.94% -
XYZ 53.33 50.28 18.45 -
YUV 185.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 239 176 98 0 0.26 0.59 0.06 33.19 0.82 0.66
Hex EF B0 62 0 1A 3B 6 21 52 42
Octal 357 260 142 0 32 73 6 41 122 102
Binary 11101111 10110000 1100010 0 11010 111011 110 100001 1010010 1000010

Color Harmonies of #EFB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB062

Black with #EFB062

Text Example


Text Example

White with #EFB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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