Html Css Color HEX #EFB674 Harvest Gold

📋 copy color: '#EFB674'

red 239 ◦ green 182 ◦ blue 116

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

Shades of Harvest Gold #EFB674

Tints of Harvest Gold #EFB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.89%

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 44.51%
G = 33.89%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB674 (or 0xEFB674) is known color: Harvest Gold. HEX triplet: EF, B6 and 74. RGB value is (239,182,116). Sum of RGB (Red+Green+Blue) = 239+182+116=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB674 is #10498B. Grayscale: #BFBFBF. Windows color (decimal): -1067404 or 7649007. OLE color: 7649007.

HSL color Cylindrical-coordinate representation of color #EFB674: hue angle of 32.2º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB674 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 116 -
CMYK 0 0.24 0.51 0.06
HSL 32.2º 0.79% 0.7% -
HSV(B) 32.2º 0.51% 0.94% -
XYZ 55.48 53.07 23.84 -
YUV 191.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 239 182 116 0 0.24 0.51 0.06 32.2 0.79 0.7
Hex EF B6 74 0 18 33 6 20 4F 46
Octal 357 266 164 0 30 63 6 40 117 106
Binary 11101111 10110110 1110100 0 11000 110011 110 100000 1001111 1000110

Color Harmonies of #EFB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB674

Black with #EFB674

Text Example


Text Example

White with #EFB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB674; }

 p { color: rgb(239,182,116); }

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

background-color css

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

 a { background-color: rgb(239,182,116); }

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

border-color css

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

 span { border-color: rgb(239,182,116); }

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