Html Css Color HEX #EFC16C Harvest Gold

📋 copy color: '#EFC16C'

red 239 ◦ green 193 ◦ blue 108

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

Shades of Harvest Gold #EFC16C

Tints of Harvest Gold #EFC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20%

R = 44.26%
G = 35.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC16C (or 0xEFC16C) is known color: Harvest Gold. HEX triplet: EF, C1 and 6C. RGB value is (239,193,108). Sum of RGB (Red+Green+Blue) = 239+193+108=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC16C is #103E93. Grayscale: #C5C5C5. Windows color (decimal): -1064596 or 7127535. OLE color: 7127535.

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

Color convert

RGB 239 193 108 -
CMYK 0 0.19 0.55 0.06
HSL 38.93º 0.8% 0.68% -
HSV(B) 38.93º 0.55% 0.94% -
XYZ 57.37 57.57 22.28 -
YUV 197.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 239 193 108 0 0.19 0.55 0.06 38.93 0.8 0.68
Hex EF C1 6C 0 13 37 6 27 50 44
Octal 357 301 154 0 23 67 6 47 120 104
Binary 11101111 11000001 1101100 0 10011 110111 110 100111 1010000 1000100

Color Harmonies of #EFC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC16C

Black with #EFC16C

Text Example


Text Example

White with #EFC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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