Html Css Color HEX #EFBC74 Harvest Gold

📋 copy color: '#EFBC74'

red 239 ◦ green 188 ◦ blue 116

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

Shades of Harvest Gold #EFBC74

Tints of Harvest Gold #EFBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 44.01%
G = 34.62%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFBC74 (or 0xEFBC74) is known color: Harvest Gold. HEX triplet: EF, BC and 74. RGB value is (239,188,116). Sum of RGB (Red+Green+Blue) = 239+188+116=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC74 is #10438B. Grayscale: #C3C3C3. Windows color (decimal): -1065868 or 7650543. OLE color: 7650543.

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

Color convert

RGB 239 188 116 -
CMYK 0 0.21 0.51 0.06
HSL 35.12º 0.79% 0.7% -
HSV(B) 35.12º 0.51% 0.94% -
XYZ 56.73 55.58 24.26 -
YUV 195.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 239 188 116 0 0.21 0.51 0.06 35.12 0.79 0.7
Hex EF BC 74 0 15 33 6 23 4F 46
Octal 357 274 164 0 25 63 6 43 117 106
Binary 11101111 10111100 1110100 0 10101 110011 110 100011 1001111 1000110

Color Harmonies of #EFBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC74

Black with #EFBC74

Text Example


Text Example

White with #EFBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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