Html Css Color HEX #EFC06C Harvest Gold

📋 copy color: '#EFC06C'

red 239 ◦ green 192 ◦ blue 108

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

Shades of Harvest Gold #EFC06C

Tints of Harvest Gold #EFC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 44.34%
G = 35.62%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC06C (or 0xEFC06C) is known color: Harvest Gold. HEX triplet: EF, C0 and 6C. RGB value is (239,192,108). Sum of RGB (Red+Green+Blue) = 239+192+108=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC06C is #103F93. Grayscale: #C4C4C4. Windows color (decimal): -1064852 or 7127279. OLE color: 7127279.

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

Color convert

RGB 239 192 108 -
CMYK 0 0.20 0.55 0.06
HSL 38.47º 0.8% 0.68% -
HSV(B) 38.47º 0.55% 0.94% -
XYZ 57.15 57.13 22.2 -
YUV 196.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 239 192 108 0 0.20 0.55 0.06 38.47 0.8 0.68
Hex EF C0 6C 0 14 37 6 26 50 44
Octal 357 300 154 0 24 67 6 46 120 104
Binary 11101111 11000000 1101100 0 10100 110111 110 100110 1010000 1000100

Color Harmonies of #EFC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC06C

Black with #EFC06C

Text Example


Text Example

White with #EFC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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