Html Css Color HEX #EFC16D Harvest Gold

📋 copy color: '#EFC16D'

red 239 ◦ green 193 ◦ blue 109

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

Shades of Harvest Gold #EFC16D

Tints of Harvest Gold #EFC16D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.67%

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 44.18%
G = 35.67%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFC16D (or 0xEFC16D) is known color: Harvest Gold. HEX triplet: EF, C1 and 6D. RGB value is (239,193,109). Sum of RGB (Red+Green+Blue) = 239+193+109=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC16D is #103E92. Grayscale: #C5C5C5. Windows color (decimal): -1064595 or 7193071. OLE color: 7193071.

HSL color Cylindrical-coordinate representation of color #EFC16D: hue angle of 38.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC16D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 109 -
CMYK 0 0.19 0.54 0.06
HSL 38.77º 0.8% 0.68% -
HSV(B) 38.77º 0.54% 0.94% -
XYZ 57.43 57.59 22.56 -
YUV 197.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 239 193 109 0 0.19 0.54 0.06 38.77 0.8 0.68
Hex EF C1 6D 0 13 36 6 27 50 44
Octal 357 301 155 0 23 66 6 47 120 104
Binary 11101111 11000001 1101101 0 10011 110110 110 100111 1010000 1000100

Color Harmonies of #EFC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC16D

Black with #EFC16D

Text Example


Text Example

White with #EFC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC16D; }

 p { color: rgb(239,193,109); }

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

background-color css

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

 a { background-color: rgb(239,193,109); }

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

border-color css

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

 span { border-color: rgb(239,193,109); }

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